rich_text_editor_plus 0.1.5 copy "rich_text_editor_plus: ^0.1.5" to clipboard
rich_text_editor_plus: ^0.1.5 copied to clipboard

A rich text editor plugin for Flutter with a native Flutter toolbar and browser-based editing. Supports bold, italic, underline, strikethrough, links, ordered/unordered nested lists, alignment, and HT [...]

0.1.5 #

  • Fixed editor height: use height: 100% instead of min-height: 100% in CSS, and reset to height: auto alongside minHeight: auto when auto-resizing.

0.1.4 #

  • Fixed web iframe pointer-events so Flutter dialogs (e.g. link dialog) correctly receive pointer events when shown on top of the editor.
  • Added disablePointerEvents() and enablePointerEvents() methods to RichEditorController for manual control from custom link dialog callbacks.
  • Renamed iOS podspec to rich_text_editor_plus.podspec to match the package name.

0.1.3 #

  • Updated README with improved documentation.

0.1.0 #

  • Initial release of rich_text_editor_plus.
  • Rich text editor with native Flutter toolbar for Android, iOS, and Web.
  • Supports bold, italic, underline, strikethrough, links, ordered/unordered nested lists, and alignment.
  • HTML import/export via RichTextEditorController.
  • Customizable toolbar via ToolbarConfig.
1
likes
140
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A rich text editor plugin for Flutter with a native Flutter toolbar and browser-based editing. Supports bold, italic, underline, strikethrough, links, ordered/unordered nested lists, alignment, and HTML import/export. Works on Android, iOS, and Web.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web, webview_flutter, webview_flutter_android, webview_flutter_wkwebview

More

Packages that depend on rich_text_editor_plus

Packages that implement rich_text_editor_plus