v11.0.0-dev.15
Pre-release
Pre-release
·
91 commits
to master
since this release
Added
- New localization strings for the image save functionality #2403.
Changed
- Rewrite the image save functionality for
flutter_quill_extensions#2403. - Migrate quill_native_bridge to
11.0.0#2403. - Avoid using deprecated APIs in Flutter 3.27.0:
- Migrate from
withOpacitytowithValuesaccording to Color wide gamut - Opacity migration. - Avoid using the deprecated
Color.valuegetter.
- Migrate from
- Ignore
unreachable_switch_defaultwarning (introduced in Dart 3.6). - Update
intldependency to support versions0.19.0and0.20.0.
Fixed
- Avoid using
url_launcher_string.dartwhich is strongly discouraged #2403.