rich_text_flutter 1.0.2
rich_text_flutter: ^1.0.2 copied to clipboard
A cross-platform Flutter rich text editor with HTML input and output. Supports web, iOS, Android, macOS, and Windows.
1.0.2 #
- Added synchronous
textgetter/setter onRichTextEditorControllerfor convenience (works likeTextEditingController.text). - Can now set content before the WebView loads:
controller.text = 'Hello';.
1.0.1 #
- Documentation and metadata improvements.
1.0.0 #
- Initial release.
- Cross-platform rich text editor (Android, iOS, Web, macOS, Windows).
- HTML input and HTML output.
- Toolbar: bold, italic, underline, link, bullet list, numbered list.
RichTextEditorController:getHtml(),setHtml(),clear().