fleather
fleather copied to clipboard
Soft and gentle rich text editing for Flutter applications.
There are a few issues with the current embed builder API: 1. It's verbose. 2. You need to rewrite builder for the built-in embeds (We have only one built-in embed...
Hi guys, can we have a way to disable history? :)
Closes #402
**Is your feature request related to a problem? Please describe.** When using text formatting in the editor that isn't supported in markdown (such as underlining), it breaks the conversion to...
Closes #394
**Is your feature request related to a problem? Please describe.** Hi, I like this package, but I have one issue: I am unable to select the option for font size,...
Hi, I don't know if this is a bug or a feature. But every time I open FleatherEditor, scroll to the bottom, and just want to change the checkbox, it...
We should add it to the example to show the functionality + it would serve as documentation
when setting clipboard data, selection extent can be inverted (notably on macOS) if selection was made from end to start This fixes the issue by calling Delta::slice with natural order...
Thanks to your help in https://github.com/fleather-editor/fleather/issues/369 I have been steadily working to implement Fleather into an app I am working on. One change which I think was worth pushing upstream...