What's new in the docs
This page contains current and recent announcements of what's new on the Flutter website and blog. Find past what's new information on the what's new archive page. You might also check out the Flutter SDK release notes.
To stay on top of Flutter announcements including breaking changes, join the flutter-announce Google group.
For Dart, you can join the Dart Announce Google group, and review the Dart changelog.
20 May 2025: Google I/O release 3.32
#Flutter 3.32 is live! For more information, check out the Flutter 3.32 technical blog post. You might also check out the Dart 3.8 release blog post.
Website update
First of all, a behind-the-scenes rewrite of the website has been in the works. These changes have been published incrementally, so you might have already noticed some of them:
- Dark mode is now available
- You can now rate each page on the site with a thumbs up or thumbs down
- The sidenav has changed and it's (hopefully) easier to find content
- The website has been made more accessible
- Files have been moved around (we always provide redirects)
Docs updated or added since the 3.29 release
- An updated Flutter on iOS page.
- We have a new workflow for installing Flutter on the various development platforms. This continues to be a work in progress, so stay tuned.
- A new page on how you can use the new DevTools feature, Flutter Property Editor. The VS Code and Android Studio/IntelliJ instructions are also updated on how to use this feature.
- The website is updated to explain how you can use hot reload on web behind a flag. For this release, hot reload on web is an experimental feature.
- A new page on adding iOS app extensions.
- A completely rewritten page for setting up Flutter flavors for iOS and macOS.
- A new page for setting up Flutter flavors for Android.
- The Cupertino instructions were updated for the Place a floating app bar above a list cookbook recipe.
- You can now improve accessibility of your apps with SemanticRoles.
- Also, don't forget to check out the breaking changes page for this release. That's also where you'll find useful migration info.
12 February 2025: 3.29 release
#Flutter 3.29 is live! For more information, check out the Flutter 3.29 technical blog post. You might also check out the Dart 3.7 release blog post.
Docs updated or added since the 3.27 release
As Flutter evolves, so do its internals. The Architectural overview page is updated.
For those of you coming from Android development who are familiar with Jetpack Compose, please visit Flutter for Jetpack Compose devs.
A new cookbook recipe is added for testing a widget's orientation, Test orientation.
Also, don't forget to check out the breaking changes page for this release. That's also where you'll find useful migration info.
For past releases, check out the What's new archive page.
Unless stated otherwise, the documentation on this site reflects the latest stable version of Flutter. Page last updated on 2025-05-20. View source or report an issue.