fleather
fleather copied to clipboard
Soft and gentle rich text editing for Flutter applications.
Truly impressive project. Only flutter rich text editor I have found that supports all key native interactions common in native text fields. Found a few minor differences to native when...
**Is your feature request related to a problem? Please describe.** I can easily customize the appearance of `ToggleStyleButton`s thanks to the `childBuilder` parameter. However, some other buttons are hardcoded, such...
It seems the new overlay usage in heading and color picking etc doesnt work when keyboard is active
Is this a known bug? when keyboard is active the overlay throwing an exception when i tap on headings or color picker
Fixes #317 - [ ] Add tests
This PR is an attempt to mimic Flutter's `Editable` that behaves as a viewport (invisible elements are clipped out). The benefit here is that it eases future optimizations that would...
**Is your feature request related to a problem? Please describe.** When deleting a checkbox (i.e. using the backspace key in front of a checkbox), I personnaly would expect the checkbox...
Question: Do we have any feature to continue the selected formatting to next line? Like we have selected "Bold", "Italic", "Underline" and I hit enter. in the next line it...
## Steps to Reproduce 1. Adjust a TextBlockTheme. E.g.: ``` lists: TextBlockTheme(style: const TextStyle( fontWeight: FontWeight.w400, height: 1.55, fontSize: 14 ), spacing: VerticalSpacing( ), ), ``` 2. See how a...
Hi guys, I want to embed an image but before I save I want to upload it to my server first then insert or change the embeddable object link in...