
The latest stable version of Flutter is 3.35.4, which was released on September 16, 2025.
It’s important to note that Flutter Version updates frequently, so this information is based on the most recent publicly available release details. You can always check your local installation or the official Flutter website for the absolute latest version.
To check your currently installed Flutter version, run the following command in your terminal or command prompt:
flutter –version |
Flutter Channels
Flutter releases are typically distributed across different channels, each with a different level of stability:
- Stable Channel: This is the recommended channel for production apps. It contains the most tested and stable builds.
- Beta Channel: This channel offers the most recent features and fixes that are available but not yet fully stable for a production release.
- Main/Master Channel: This channel has the newest, actively developing features, but it is not fully tested and is generally only recommended for those contributing to Flutter itself.