fleather
fleather copied to clipboard
Soft and gentle rich text editing for Flutter applications.
How set maximum length (letter count) in editor?
Fixes #273 . Known issues: - Capital letters are not rendered correctly with Roboto font (Maybe related to https://github.com/flutter/flutter/issues/107527) - Not working on Web (Maybe related to https://github.com/flutter/flutter/issues/64595)
**Is your feature request related to a problem? Please describe.** As text rich editor features include sub script and super script too, How can we customize it? **Describe the solution...
Any way to calculate the line number that the cursor is on?
I hope others will be able to test this behavior on other OSs. ## Steps to Reproduce - In example, on Linux: - Focus on text, use the shortcuts Ctrl...
I can change FleatherEditor to read only, but toolbar still working e changing read only editor.
Is there a way to calculate the offset created by a bullet point (or any other type of block for that matter), relative to a normal line of text?
Hello, For fun, in relation to #274, here is a preliminary work on a toolbar with an overflow menu.  Left to do: - Separators must become horizontal in the...
**Is your feature request related to a problem? Please describe.** Take your example app, resize it to be smaller than the width of the toolbar. Right-most buttons are hidden. **Describe...