tiny_flutter 0.0.7 copy "tiny_flutter: ^0.0.7" to clipboard
tiny_flutter: ^0.0.7 copied to clipboard

Platformweb

TinyMCE rich text editor for Flutter web (HtmlElementView + package assets).

0.0.7 #

  • Add optional language parameter on TinyMceEditor (en / zh / zh_CN / zh-Hans).
  • Localize TinyMCE UI for Chinese via tinymce-i18n langs6/zh-Hans.js (fixes mixed English menus caused by the removed tinymce@6/langs/zh_CN.js URL).
  • Fall back to app Localizations locale when language is 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) using package:web and dart.library.js_interop, so flutter build web --wasm loads the real editor instead of the stub placeholder.

0.0.4 #

  • Fix UI

0.0.3 #

  • Rename public API from TinyMceEditorWidget to TinyMceEditor.
  • README: TinyMCE disclaimer (not affiliated with Tiny Technologies).
  • Fix LICENSE, CHANGELOG, and formatting for pub.dev scoring.

0.0.2 #

  • Initial release: TinyMceEditor for Flutter web (TinyMCE via HtmlElementView).
  • Static helpers: getEditorContent, setEditorContent.

0.0.1 #

  • Initial release: TinyMceEditor for Flutter web (TinyMCE via HtmlElementView).
2
likes
160
points
190
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

TinyMCE rich text editor for Flutter web (HtmlElementView + package assets).

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, web

More

Packages that depend on tiny_flutter