fl_html_editor 0.0.3
fl_html_editor: ^0.0.3 copied to clipboard
A rich text HTML editor for Flutter with basic formatting capabilities including bold, italic, underline, text alignment, links, and color selection.
0.0.3 #
- Changed position of toobar options
0.0.2 #
- Added font size selection feature
- Enhanced toolbar with font size dropdown
- Added setFontSize method to HtmlEditorController
0.0.1 #
- Initial release of Flutter HTML Editor
- Rich text editor with basic formatting capabilities
- Features include:
- Bold, Italic, Underline formatting
- Text alignment (left, center, right)
- Link insertion
- Text color selection
- Customizable toolbar
- HTML content export/import
- Event callbacks (onChange, onFocus, onBlur)