flutter_smart_editor 2.0.0 copy "flutter_smart_editor: ^2.0.0" to clipboard
flutter_smart_editor: ^2.0.0 copied to clipboard

A pure Flutter rich text HTML editor with no WebView dependency. Fully customizable with granular settings for editor, toolbar, scroll, keyboard, selection, and styling.

Changelog #

2.0.0 #

  • Font Customization: Added Font Family and Font Size pickers.
  • Color Support: Integrated foreground and background (highlight) color pickers.
  • Paragraph Alignment: Added support for Left, Center, Right, and Justify alignment.
  • Line Height: Configurable line height per block.
  • Clear Formatting: One-click tool to reset text style in a selection.
  • Visual Refinements: Tightened editor layout with isDense mode and optimized vertical spacing.
  • Stability: Added 25+ unit tests covering all Phase 2 extended formatting features.

1.0.1 #

  • Initial release
  • Core editing: paragraphs, headings (H1-H6)
  • Inline formatting: bold, italic, underline, strikethrough
  • Undo/redo support
  • HTML parsing and serialization
  • Native Flutter toolbar
  • 6 granular settings classes
  • Dark mode support
2
likes
160
points
63
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A pure Flutter rich text HTML editor with no WebView dependency. Fully customizable with granular settings for editor, toolbar, scroll, keyboard, selection, and styling.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_colorpicker, html, meta, super_clipboard

More

Packages that depend on flutter_smart_editor