- Checkbox supports tapping.
- Indented position not holding while editing.
- Fix image button cancel causes crash.
- Fix height of empty line bug.
- Fix text selection in read-only mode.
- Remove universal_html dependency.
- Enable "Select", "Select All" and "Copy" in read-only mode.
- Fix text selection issue.
- Update example folder.
- Add pedantic.
- Base64 image support.
- Support null safety.
- Web support for raw editor and keyboard listener.
- Support token attribute.
- Fix crash on web (dart:io).
- Add desktop support - WINDOWS, MACOS and LINUX.
- Bug fix: Can not insert newline when Bold is toggled ON.
- Upgrade photo_view to ^0.11.0.
- Fix issue that text is not displayed while typing [WEB].
- Update toolbar in sample home page.
- Fix static analysis errors.
- Support flutter 2.0.
- Improve link handling for tel, mailto and etc.
- Upgrade prerelease SDK & Bump for master.
- Fix for cursor focus issues when keyboard is on.
- Improve link handling for tel, mailto and etc.
- More fix on cursor focus issue when keyboard is on.
- Fix cursor focus issue when keyboard is on.
- cursor focus when keyboard is on.
- Line Height calculated based on font size.
- Support placeholder.
- Fix static analysis error.
- Update TextInputConfiguration autocorrect to true in stable branch.
- Update TextInputConfiguration autocorrect to true.
- Support display local image besides network image in stable branch.
- Support display local image besides network image.
- Fix cursor after pasting.
- Toggle text/background color button in toolbar.
- Support the use of custom icon size in toolbar.
- Support custom styles and image on local device storage without uploading.
- Update git repo.
- Fix static analysis error.
- Add checked/unchecked list button in toolbar.
- Support font and size attributes.
- Support checked/unchecked list.
- Fix getExtentEndpointForSelection.
- Support text alignment.
- Handle url with trailing spaces.
- Handle cursor position change when undo/redo.
- Handle more text colors.
- Fix cursor issue when undo.
- Fix insert image.
- Handle rgba color.
- Fix launching url.
- Handle multiple image inserts.
- More toolbar functionality.
- Update example.
- Update example.
- Update home page meta data.
- Support image upload and launch url in read-only mode.
- Rich text editor based on Quill Delta.