File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ INTERNAL NOTE
26
26
-->
27
27
## Flutter 3.22 Changes
28
28
29
+ ### [ 3.22.1] ( https://github.com/flutter/flutter/releases/tag/3.22.1 ) (May 22, 2024)
30
+ * [ dart/55714] ( https://github.com/dart-lang/sdk/issues/55714 ) Fixes a bug in the CFE which could manifest as compilation errors of Flutter
31
+ web apps when compiled with dart2wasm.
32
+ * [ dart/55758] ( https://github.com/dart-lang/sdk/issues/55758 ) Fixes a bug in the pub client, such that ` dart run ` will not interfere with
33
+ Flutter l10n (at least for most cases).
34
+
29
35
### [ 3.22.0] ( https://github.com/flutter/flutter/releases/tag/3.22.0 ) (May 14, 2024)
30
36
Initial stable release.
31
37
@@ -686,4 +692,4 @@ This hotfix release addresses the following issues:
686
692
- [ flutter/46172] ( https://github.com/flutter/flutter/issues/46172 ) - reportFullyDrawn causes crash on Android KitKat
687
693
688
694
### Hotfix.5 (December 11, 2019)
689
- Initial stable release.
695
+ Initial stable release.
You can’t perform that action at this time.
0 commit comments