tiny_flutter 0.0.7
tiny_flutter: ^0.0.7 copied to clipboard
TinyMCE rich text editor for Flutter web (HtmlElementView + package assets).
0.0.7 #
- Add optional
languageparameter onTinyMceEditor(en/zh/zh_CN/zh-Hans). - Localize TinyMCE UI for Chinese via
tinymce-i18nlangs6/zh-Hans.js(fixes mixed English menus caused by the removedtinymce@6/langs/zh_CN.jsURL). - Fall back to app
Localizationslocale whenlanguageis omitted. - Forward mouse-wheel events to the parent Flutter scroll view when editor content is not scrollable or is at a scroll edge (dialog scroll over TinyMCE).
0.0.6 #
- Add wasm web implementation polish and preparatory language wiring.
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).