zefyrka 1.4.0 zefyrka: ^1.4.0 copied to clipboard
Clean, minimalistic and collaboration-ready rich text editor for Flutter based on Zefyr package.
1.4.0 #
- aligned with Flutter 3.7 release
1.3.0 #
- aligned with Flutter 3.0 release
1.2.0 #
- added support for the
*TextPlaceholder
methods in theTextInput
interface
1.1.1 #
- allowed shortcut handling (thanks to @jason-downs)
1.1.0 #
- aligned with Flutter 2.8 release
1.0.10 #
- fixed the missed focus node issue #22
1.0.9 #
- fixed the keyboard listener compatibility with the Flutter master branch
1.0.8 #
- fixed the selection with handles on the desktop
1.0.7 #
- added the popup menu for the secondary tap
1.0.6 #
- exposes the
enableSuggestion
option
1.0.5 #
- removes
quiver_hashcode
package from dependencies
1.0.4 #
- fixes the copy/paste actions on mobile platforms (#10)
1.0.3 #
- removes
meta
package from dependencies
1.0.2 #
- fixes warnings left after the null safety migration
- fixes the toolbar buttons visibility
- adds the
showSelectionHandles
parameter toZefyrEditor
1.0.1 #
- bumps
url_launcher
to^6.0.4
1.0.0 #
- initial version