@@ -11,8 +11,7 @@ Find past what's new information on the
1111You might also check out the
1212Flutter SDK [ release notes] [ ] .
1313
14- To stay on top of Flutter announcements including
15- breaking changes,
14+ To stay on top of Flutter announcements including breaking changes,
1615join the [ flutter-announce] [ ] Google group.
1716
1817For Dart, you can join the [ Dart Announce] [ ] Google group,
@@ -23,6 +22,87 @@ and review the [Dart changelog][].
2322[ flutter-announce ] : {{site.groups}}/forum/#!forum/flutter-announce
2423[ release notes ] : /release/release-notes
2524
25+ ## 12 November 2025: Release 3.38
26+
27+ Flutter 3.38 is live! For details,
28+ check out the [ Flutter 3.38 technical blog post] [ 3.38-tech ] .
29+
30+ [ 3.38-tech ] : {{site.flutter-blog}}/whats-new-in-flutter-3-38-3f7b258f7228
31+
32+ ** Website update**
33+
34+ A significant update to the website has recently landed!
35+ As with the update to the dart.dev website that landed
36+ earlier this year, the docs.flutter.dev website has been
37+ reimplemented to use [ Jaspr] [ ] , a Dart web framework.
38+
39+ Let us know what you think!
40+
41+ [ Jaspr ] : https://jaspr.site/
42+
43+ ** Docs updated or added since the 3.35 release**
44+
45+ * The Dart language now supports _ dot shorthands_ syntax
46+ (aka _ shorthands_ ), which allows you to write more
47+ concise code. For more information, visit the
48+ [ Dart dot shorthands] [ ] page on dart.dev. Over time,
49+ the samples on this website will be updated
50+ to take advantage of this new feature.
51+
52+ * The ` flutter run ` command now supports a configuration file
53+ that allows you to specify web settings like host, port,
54+ certification, and header.
55+ The web dev config file also supports proxy settings,
56+ making it possible to forward specific path requests
57+ to another server. This makes it easier to develop a
58+ web client that connects to dynamic endpoints on the same host.
59+ For more information, visit
60+ [ setting up a web development configuration file] [ web-config-file ] .
61+
62+ * Development continues on the Flutter Widget Previewer tool,
63+ introduced as an experimental feature in the 3.35 release.
64+ For this release, the previewer better integrates with the VS Code
65+ and IntelliJ IDEs (including Android Studio).
66+ It's still an experimental feature.
67+ For more info about the latest version,
68+ check out the [ Widget Previewer tool page] [ ] .
69+
70+ * The Flutter 3.38 release fully supports the platform releases
71+ for iOS 26, Xcode 26, and macOS 26, all of which were released in September.
72+ For the most recent info on Flutter's support for iOS,
73+ visit [ Flutter on latest iOS] [ ] .
74+
75+ * Flutter 3.38 supports the new Apple-mandated [ UIScene lifecycle] [ ] .
76+ To support this, code migration is required.
77+ For more information, visit the [ UIScene migration guide] [ ] .
78+
79+ * With a focus on improving Flutter's accessibility,
80+ the [ accessibility docs] [ ] have also been completely reworked.
81+
82+ * Also, don't forget to check out the [ breaking changes] [ bc-3.38 ]
83+ page for this release. That's where you'll find information
84+ about breaking changes, code deprecations, and migration guides.
85+
86+ Other relevant resources:
87+
88+ * [ 3.38 release notes and changelog] [ ]
89+ * [ DevTools 2.51.1 release notes] [ ]
90+ * [ Dart 3.10 release] [ ] blog post
91+
92+ [ 3.38 release notes and changelog ] : /release/release-notes/release-notes-3.38.0
93+ [ accessibility docs ] : /ui/accessibility
94+ [ bc-3.38 ] : /release/breaking-changes#released-in-flutter-3-38
95+ [ Dart 3.10 release ] : https://blog.dart.dev/announcing-dart-3-10-ea8b952b6088
96+ [ Dart dot shorthands ] : {{site.dart-site}}/language/dot-shorthands
97+ [ DevTools 2.51.1 release notes ] : /tools/devtools/release-notes/release-notes-2.51.1
98+ [ Flutter on latest iOS ] : /platform-integration/ios/ios-latest
99+ [ UIScene lifecycle ] : {{site.apple-dev}}/documentation/technotes/tn3187-migrating-to-the-uikit-scene-based-life-cycle
100+ [ UIScene migration guide ] : /release/breaking-changes/uiscenedelegate
101+ [ Widget Previewer tool page ] : /tools/widget-previewer
102+ [ web-config-file ] : /platform-integration/web/web-dev-config-file
103+
104+ ---
105+
26106## 13 August 2025: Release 3.35
27107
28108Flutter 3.35 is live! For more information,
@@ -69,71 +149,6 @@ You might also check out the [Dart 3.9 release][] blog post.
69149
70150---
71151
72- ## 20 May 2025: Google I/O release 3.32
73-
74- Flutter 3.32 is live! For more information,
75- check out the [ Flutter 3.32 technical blog post] [ 3.32-tech ] .
76- You might also check out the [ Dart 3.8 release] [ ] blog post.
77-
78- [ 3.32-tech ] : {{site.medium}}/flutter/whats-new-in-flutter-3-32-40c1086bab6e
79- [ Dart 3.8 release ] : {{site.medium}}/dartlang/announcing-dart-3-8-724eaaec9f47
80-
81- ** Website update**
82-
83- First of all, a behind-the-scenes rewrite of the website has
84- been in the works. These changes have been published incrementally,
85- so you might have already noticed some of them:
86-
87- * Dark mode is now available
88- * You can now rate each page on the site with a thumbs up
89- or thumbs down
90- * The sidenav has changed and it's (hopefully) easier to find content
91- * The website has been made more accessible
92- * Files have been moved around (we always provide redirects)
93-
94- ** Docs updated or added since the 3.29 release**
95-
96- * An updated [ Flutter on iOS] [ ] page.
97- * We have a new [ workflow for installing Flutter] [ ] on the various
98- development platforms. This continues to be a work in progress,
99- so stay tuned.
100- * A new page on how you can use the new DevTools feature,
101- [ Flutter Property Editor] [ ] .
102- The [ VS Code] [ ] and [ Android Studio/IntelliJ] [ ] instructions
103- are also updated on how to use this feature.
104- * The website is updated to explain how
105- you can [ use hot reload on web] [ ] behind a flag.
106- For this release, hot reload on web is an experimental feature.
107- * A new page on [ adding iOS app extensions] [ ] .
108- * A completely rewritten page for
109- [ setting up Flutter flavors for iOS and macOS] [ ] .
110- * A new page for [ setting up Flutter flavors for Android] [ ] .
111- * The Cupertino instructions were updated for the
112- [ Place a floating app bar above a list] [ floating-app-bar ]
113- cookbook recipe.
114- * You can now
115- [ improve accessibility of your apps with SemanticRoles] [ semantic-roles ] .
116- * Also, don't forget to check out the [ breaking changes] [ bc-3.32 ]
117- page for this release. That's also where you'll find useful
118- migration info.
119-
120- [ Architectural overview page ] : /resources/architectural-overview
121- [ bc-3.32 ] : /release/breaking-changes#released-in-flutter-3-32
122-
123- [ adding iOS app extensions ] : /platform-integration/ios/app-extensions
124- [ Android Studio/IntelliJ ] : /tools/android-studio#property-editor
125- [ floating-app-bar ] : /cookbook/lists/floating-app-bar
126- [ Flutter on iOS ] : https://flutter.dev/multi-platform/ios
127- [ Flutter Property Editor ] : /tools/property-editor
128- [ semantic-roles ] : /ui/accessibility/web-accessibility#enhancing-accessibility-with-semantic-roles
129- [ setting up Flutter flavors for Android ] : /deployment/flavors
130- [ setting up Flutter flavors for iOS and macOS ] : /deployment/flavors-ios
131- [ use hot reload on web ] : /platform-integration/web/building#hot-reload-web
132- [ VS Code ] : /tools/vs-code#property-editor
133- [ workflow for installing Flutter ] : /install
134-
135- ---
136-
137152For past releases, check out the
138153[ What's new archive] [ ] page.
139154
0 commit comments