fleather
fleather copied to clipboard
Soft and gentle rich text editing for Flutter applications.
## Steps to Reproduce 1. https://fleather-editor.github.io/demo/index.html 2. add link to any text 3. try to remove link without removing the text or try long press/right click ## Environment - OS...
When using FleatherField in a SingleChildScrollView, the cursor consistently goes behind the keyboard as you type, making it difficult to see what you're typing. The view does not automatically scroll...
I would appreciate it if you could consider adding an equation editor, similar to the one available in Google Docs. Such a feature would make it much easier to write...
**Is your feature request related to a problem? Please describe.** Currently, `fleather-editor` does not support a single-line input mode, similar to a `TextField` with `maxLines: 1.` This means that text...
## Steps to Reproduce Hello, thank you for developing fleather-editor. It has been a great help in our development. There is a bug in Korean language(한국어) input where the line's...
Hey, a small thing I noticed while testing the LinkStyleButton. I have a setup where the standalone FleatherToolbar is shown or hidden when the FormField containing the FleatherField gets or...
Auto-scroll feature does not work when text is inserted programmatically (e.g., via speech-to-text) while the keyboard is hidden. The cursor/newly inserted text goes out of view and the editor doesn't...
## Steps to Reproduce 1. In my case I have a long form wrapped with `SingleChildScrollView` and `BlocBuilder`. 2. Every time state is changed, the form is scrolled to the...
Introduce a new API for embeds. This change simplifies the configuration of `SpanEmbed`s & `BlockEmbed`s Embeds must be registered in an `EmbedRegistry` that needs to be passed to the editor