tiny_flutter 0.0.5
tiny_flutter: ^0.0.5 copied to clipboard
TinyMCE rich text editor for Flutter web (HtmlElementView + package assets).
0.0.5 #
- Add wasm web implementation (
tiny_mce_editor_browser.dart) usingpackage:webanddart.library.js_interop, soflutter build web --wasmloads the real editor instead of the stub placeholder.
0.0.3 #
- Fix UI
0.0.3 #
- Rename public API from
TinyMceEditorWidgettoTinyMceEditor. - README: TinyMCE disclaimer (not affiliated with Tiny Technologies).
- Fix
LICENSE,CHANGELOG, and formatting for pub.dev scoring.
0.0.2 #
- Initial release:
TinyMceEditorfor Flutter web (TinyMCE viaHtmlElementView). - Static helpers:
getEditorContent,setEditorContent.
0.0.1 #
- Initial release:
TinyMceEditorfor Flutter web (TinyMCE viaHtmlElementView).