rich_editor icon indicating copy to clipboard operation
rich_editor copied to clipboard

This is an RichEditor for the Flutter platform.

Results 9 rich_editor issues
Sort by recently updated
recently updated
newest added

How do you add this to yaml as a dependency?

What are the chances of updating this for latest flutter (v1.12.13) and dart?

➜ rich_editor_demo git:(master) flutter run Running "flutter packages get" in rich_editor_demo... The current Dart SDK version is 2.3.0-dev.0.5.flutter-a1668566e5. Because rich_editor_demo depends on rich_editor from path which requires SDK version

Hi Folks, I am in a serious problem i am new in flutter framework. and i don't know how can i achieve Window level effect on a JPEG image Any...

Is possible to support h1, url and so on ? I see there is only inline text editing, will it support block editing, such as h1, ul, ol and image...

This is very impressive widget. The format that the data is saved in is similar to quill perhaps. Is it json by any chance. Looking to help extend this and...

Tested on my phone (Moto G4 Plus Android 7.0). The following gif show how to reproduce the error. Only one style can be applied to the first word. Once the...

rich_editable_text.dart:873 calls function renderObject.setCaretPrototype(currentStyle.fontSize); but is defined in rich_editable.dart:531 with no arguments setCaretPrototype() { ... I briefly tried fixing it but I'm new to dart and flutter so... meh :/