flutter_smart_editor 2.0.0
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
isDensemode 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