Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Managed to refactor most of the button configurations and move them to the new
QuillProvider
which will allow to customize every single button widget (except the Select Alignment buttons but we will work on that) and there are just three buttons left to refactor, the headline, search and insert link buttonsthen we will refactor the
QuillToolbar
and then the editor which is the hardest part but we will manage@singerdmx Feel free to merge this pull request but it's not necessary to publish yet, I will start on the others tomorrow so it's really not necessary to release two versions in a short time
and it's doesn't have much bug fixes, just improvements
I also added experimental animation support and it's disabled by default
and I just added it to the checkbox list for now it has one single issue that is not related to the animations or the changes we made but I will mention that later, I also marked it as experimental so developers know that when enabling it
which is the list of the checkboxes that will rebuild most of the items when there is a change
and it will cause the animation to replay for all the other items when there is a new change
a simple solution would be using the official animated lazy list from the Flutter framework but we will work on that later
let's fix more issues and add further improvements then we will release all in one go instead of too many releases
it won't take long just a few days
I also updated the and added quick instructions to use the library directly using git instead of the pub.dev so no need to publish the release, developers will be able to test this without publishing this release