flutter_rte 1.0.0  flutter_rte: ^1.0.0 copied to clipboard
flutter_rte: ^1.0.0 copied to clipboard
HTML editor for Flutter (WYSIWYG, rich text) with built-in speech-to-text.
1.0.0 #
- Fix hang on getText()method
- Disregard empty paragraph as a value (<p><br></p>) when theprocessOutputHtmlis set totrue(If the HTML content of the editor has only one empty paragraph - thecontentreturns empty string,contentIsEmptyreturnstrue,contentIsNotEmptyreturnsfalse)
- Add moveCursorToStart()andmoveCursorToEnd()controller methods
- Fix single quote escaping
- Fix hint text not disappearing when controller is pre-loaded with initialText
0.4.13 #
- Update docs
0.4.11 #
- Refactor dictation
0.4.10 #
- Fixes scroll+refresh issue on Web
0.4.9 #
- Improve speech-to-text exception handling and display
- Enforce HTML sanitization, strip HTML tags on Ctrl-V
0.4.8 #
- [WEB] Bug fix: setText()to and from empty string doesn't update the UI
0.4.7 #
- Fix console warning "disable() called to early" for read-only widgets
0.4.6 #
- Fix flicker during load on native
0.4.5 #
- Fix Scrollable.of()bug in Flutter 3.7.
0.4.4 #
- Removes default paragraph indent of 3.5em
0.4.3 #
- Allow to call setText()on headless controller (when detached from UI, i.e.: insideinitState()method).
0.4.2 #
- Fixes bug: on web the hint text doesn't disappear when setText()is called
0.4.1 #
- Adds "Ok" (reset) button to clear controller faults, without having to re-init.
- Exposes the faultfield of type [Exception?]
- Adds clearFaultmethod to clear the fault programmatically
0.4.0 Stable #
- Upgrade to webview_flutter: ^4.0.1
- Fix PointerInterceptorcausing incorrect rendering on web platform.
0.3.0 Stable #
- revert to webview 3.0.4
- lints
0.2.3 #
- add assets subfolder
0.2.2 #
- Improve HTML escaping
0.2.1 #
- Fix null pointer exception on native
0.2.0 #
- migrate webview_flutterpackage from^3.0.4to^4.0.1
0.1.0-dev.5 #
- minor refactorings
0.1.0-dev.4 #
- debug VTT injection and UI
0.1.0-dev.3 #
- resolve 'web-only' lint in web mixin
0.1.0-dev.1 #
- Initial release.
