- aligned with Flutter 3.19 release
- aligned with Flutter 3.12 release
- aligned with Flutter 3.7 release
- aligned with Flutter 3.0 release
- added support for the
*TextPlaceholder
methods in theTextInput
interface
- allowed shortcut handling (thanks to @jason-downs)
- aligned with Flutter 2.8 release
- fixed the missed focus node issue #22
- fixed the keyboard listener compatibility with the Flutter master branch
- fixed the selection with handles on the desktop
- added the popup menu for the secondary tap
- exposes the
enableSuggestion
option
- removes
quiver_hashcode
package from dependencies
- fixes the copy/paste actions on mobile platforms (#10)
- removes
meta
package from dependencies
- fixes warnings left after the null safety migration
- fixes the toolbar buttons visibility
- adds the
showSelectionHandles
parameter toZefyrEditor
- bumps
url_launcher
to^6.0.4
- initial version