v11.0.0-dev.15
Pre-release
Pre-release
github-actions
released this
13 Dec 12:42
·
17 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
withOpacity
towithValues
according to Color wide gamut - Opacity migration. - Avoid using the deprecated
Color.value
getter.
- Migrate from
- Ignore
unreachable_switch_default
warning (introduced in Dart 3.6). - Update
intl
dependency to support versions0.19.0
and0.20.0
.
Fixed
- Avoid using
url_launcher_string.dart
which is strongly discouraged #2403.