fleather icon indicating copy to clipboard operation
fleather copied to clipboard

Soft and gentle rich text editing for Flutter applications.

Results 96 fleather issues
Sort by recently updated
recently updated
newest added

## Steps to Reproduce When you select bold or underline, and then use Sogou Input Method to input Chinese, on Windows 10 system, the bold or underline status will be...

basic edition

Items over 100 in numbered lists seem to lack the space to display properly. ## Steps to Reproduce Create a numbered list with 100+ items. ## Environment - OS: Android...

UI

## Steps to Reproduce ![image](https://github.com/user-attachments/assets/5f17bbba-f503-496e-904c-d631c875c36a) The position of the input method input prompt is incorrect. It is in the lower left corner of the window. Normally, it should move with...

**Is your feature request related to a problem? Please describe.** Unless I’m mistaken, you cannot override the default undo/redo actions. This prevents the implementation of changes that have occurred from...

basic edition

**Is your feature request related to a problem? Please describe.** With a `controller.document.format();` you are able to add an attribute to a specified index and length of characters , but...

basic edition

Opening issue for visibility to this [issue #421](https://github.com/fleather-editor/fleather/issues/421) RE: "Hi. I also want to give you master devs @Amir-P @amantoux some well deserved props because this package is amazing from...

UI

I'm building an app that allows people to reply to messages. The serialization format is markdown. When someone replies to a message we automatically generate a blockquote like so: ```...

convert

Image attributes for HTML tag compatibility: `` ``` BlockEmbed.image({ 'source': 'http://fake.link/image.png', 'width': 100, 'height': 100, 'alt': 'image' }); ```

## Steps to Reproduce 1. Enable Semantics on the app start by adding to the `void main()`: ``` WidgetsFlutterBinding.ensureInitialized(); SemanticsBinding.instance.ensureSemantics(); ``` 2. Try to edit the text in `FleatherEditor` ##...