tiny_flutter 0.0.6
tiny_flutter: ^0.0.6 copied to clipboard
TinyMCE rich text editor for Flutter web (HtmlElementView + package assets).
0.0.6 #
- Add optional
languageparameter onTinyMceEditor(en/zh/zh_CN). - Load TinyMCE
zh_CNlanguage pack when Chinese is selected. - If
languageis omitted, fall back toLocalizations.localeOf(context). - Forward mouse-wheel events to the parent Flutter scroll view when the editor content is not scrollable or is at a scroll edge (fixes dialog scroll over TinyMCE on Flutter web).
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.4 #
- 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).