dartlangeditorflutterflutter-appsflutter-examplesflutter-packageflutter-widgetquillquill-deltaquilljsreactquillrich-textrich-text-editorwysiwygwysiwyg-editor
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.4 KiB
1.4 KiB
Description
Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change.
Related Issues
Replace this paragraph with a list of issues related to this PR from the issue database. Indicate, which of these issues are resolved or fixed by this PR.
e.g.
Improvements
Features
Additional notes
Suggestions
Checklist
- I read the Contributor Guide and followed the process outlined there for submitting PRs.
- I titled the PR using Conventional Commits.
- I did not modify the
CHANGELOG.md
nor the plugin version inpubspec.yaml
files. - All existing and new tests are passing.
- I have run the commands in
./scripts/before_push.sh
and it all passed successfully
Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?
- Yes, this is a breaking change (please indicate that with a
!
in the title as explained in Conventional Commits). - No, this is not a breaking change.