You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
20
21
21
- Rewrite the image save functionality for [`flutter_quill_extensions`](https://pub.dev/packages/flutter_quill_extensions)[#2403](https://github.com/singerdmx/flutter-quill/pull/2403).
22
22
- Migrate [quill_native_bridge](https://pub.dev/packages/quill_native_bridge) to `11.0.0`[#2403](https://github.com/singerdmx/flutter-quill/pull/2403).
23
-
- Avoid using deprecated APIs in Flutter 3.27.0:
23
+
- Avoid using deprecated APIs in Flutter 3.27.0[#2416](https://github.com/singerdmx/flutter-quill/pull/2416):
24
24
- Migrate from `withOpacity` to `withValues` according to [Color wide gamut - Opacity migration](https://docs.flutter.dev/release/breaking-changes/wide-gamut-framework#opacity).
25
25
- Avoid using the deprecated `Color.value` getter.
26
-
- Ignore `unreachable_switch_default` warning (introduced in Dart 3.6).
27
-
- Update `intl` dependency to support versions `0.19.0` and `0.20.0`.
26
+
- Ignore `unreachable_switch_default` warning (introduced in Dart 3.6)[#2416](https://github.com/singerdmx/flutter-quill/pull/2416).
27
+
- Update `intl` dependency to support versions `0.19.0` and `0.20.0`[#2416](https://github.com/singerdmx/flutter-quill/pull/2416).
0 commit comments