* added the 'Swahili' translation to toolbar.i18n.dart
Locale = Swahili
Language code = sw
* Update toolbar.i18n.dart
Fixed a missing coma,
Reduced the characters that exceeded the character limit
* 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 editor.dart for compatibility with Flutter version 3.13.0
* Update raw_editor.dart for compatibility with Flutter version 3.13.0
* Fix analyze issues, optimize code
* Allow for custom regular expression validation of links. (#1048)
* Fix the default RegExp for link validation to support port and match the beginning.
* Persist boolean logic for showSelectionToolbar
* Add test for custom context menu
* Adjust test to reflect custom context menu implementation
---------
Co-authored-by: operatorultra <105389680+operatorultra@users.noreply.github.com>