flutter_quill_extensions 11.0.0
flutter_quill_extensions: ^11.0.0 copied to clipboard
Embed extensions for flutter_quill to support loading images and videos
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Note
The previous CHANGELOG.md has been archived.
[Unreleased] #
11.0.0 - 2025-02-16 #
Important
See the migration guide from 10.0.0 to 11.0.0 for the full breaking changes and migration. Ensure to read the breaking behavior section to avoid unexpected changes.
Fixed #
- Replace the dependency
universal_htmlwithwebto avoid WASM compilation issues.
Removed #
- BREAKING: The
super_clipboardplugin from flutter_quill_extensions. - BREAKING: The deprecated support for loading YouTube videos in
flutter_quill_extensions. - The following packages are no longer dependencies of
flutter_quill_extensions:
Added #
Insert videostring inquill_en.arbto support localization. Currently available only in English.
Changed #
- Separate the package version and
CHANGELOG.mdfrom flutter_quill. - Improve pub topics in package metadata.
- Update the minimum supported SDK version to Flutter 3.0/Dart 3.0 for compatibility, fixing #2347.
- Improve dependencies constraints for compatibility.
- BREAKING: Update configuration class names to use the suffix
Configinstead ofConfigurations. - The
QuillSimpleToolbarbase button options now support buttons offlutter_quill_extensions. - Rewrite the image save functionality with support for all platforms #2403.
- Ignore
unreachable_switch_defaultwarning (introduced in Dart 3.6) #2416. - Address warnings of
unreachable_switch_default(introduced in Dart 3.6). - Use
Slider.adaptivefor the image resize slider on Apple platforms for consistency withCupertinoActionSheet.