* Add a event that triggers after removing the image from the editor && delete unused dependencies and upgrade all packages and plugins and remove gallery_saver which has not been updated for more than 23 months, it was a great plugin but it old now, and I also add some simple documentation and other minor improvements
* I have add a documentation comments to flutter_quill_extensions, add new event to allow the user to confirm removing the image before actually remove it, translated some text in Arabic languague since it was incorrect or missing
* Fix analyzer error
* Switch back to gal and more changes
* Remove required parameters
* Add new features
* Update flutter_quill
* Fix some conflicts
* Fix most of the issues && add more additional fixes
* Update CHANGELOG.md && Clean the events check
* Add extra line break
* Fix device_info_plus version
* Fix merge conflict with the latest changes
---------
Co-authored-by: Ahmed Hnewa <73608287+ahmedhnewa@users.noreply.github.com>
* Add a event that triggers after removing the image from the editor && delete unused dependencies and upgrade all packages and plugins and remove gallery_saver which has not been updated for more than 23 months, it was a great plugin but it old now, and I also add some simple documentation and other minor improvements
* I have add a documentation comments to flutter_quill_extensions, add new event to allow the user to confirm removing the image before actually remove it, translated some text in Arabic languague since it was incorrect or missing
* Fix analyzer error
* Switch back to gal and more changes
* Remove required parameters
* Add a event that triggers after removing the image from the editor && delete unused dependencies and upgrade all packages and plugins and remove gallery_saver which has not been updated for more than 23 months, it was a great plugin but it old now, and I also add some simple documentation and other minor improvements
* I have add a documentation comments to flutter_quill_extensions, add new event to allow the user to confirm removing the image before actually remove it, translated some text in Arabic languague since it was incorrect or missing
* Fix analyzer error
* Update dependencies of `flutter_quill_extensions`
* Override `intl` in example
Running "flutter pub get" in example...
Resolving dependencies... (1.0s)
Because every version of flutter_quill from path depends on i18n_extension ^7.0.0 and no versions of i18n_extension match >7.0.0 <8.0.0, every version of flutter_quill from path
requires i18n_extension 7.0.0.
And because i18n_extension 7.0.0 depends on intl ^0.18.0 and math_keyboard 0.1.8 depends on intl ^0.17.0, flutter_quill from path is incompatible with math_keyboard 0.1.8.
Because every version of flutter_quill_extensions from path depends on math_keyboard ^0.1.8 and no versions of math_keyboard match >0.1.8 <0.2.0, every version of
flutter_quill_extensions from path requires math_keyboard 0.1.8.
Thus, flutter_quill from path is incompatible with flutter_quill_extensions from path.
So, because app depends on both flutter_quill_extensions from path and flutter_quill from path, version solving failed.
pub get failed
* Remove all `tuple` imports
* Create struct for vertical spacing
* Create struct for history items
* Create struct for individual styles
offsetvalue
* Override `intl` in `flutter_quill_extensions`
* Create struct for (nullable) image width/height
* Create struct for image url
* Create struct for text links
* Create struct for glyph heights
* Use `OffsetValue` struct for embed node
* Create struct for next new line
* Create struct for segment leaf nodes
* Create struct for history undo/redo result
* Downgrade `i18n_extension` to `6.0.0`
* Bump to 7.0.0
Required for `flutter_quill_extensions` to have access to the new structs.
* Moved all embed code to seperate folder
* Consolidated embed builders
* Moved embed toolbar items out
* Moved embed code to separate package
* Updated imports
* Removed I from interface names
* Refactored embed button implementation
* Update readme