rich_text_editor_plus 0.1.5
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 ofmin-height: 100%in CSS, and reset toheight: autoalongsideminHeight: autowhen 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()andenablePointerEvents()methods toRichEditorControllerfor manual control from custom link dialog callbacks. - Renamed iOS podspec to
rich_text_editor_plus.podspecto 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.