Is FlutterReleases an official Flutter or Google website?
No. FlutterReleases is an independent community resource for finding Flutter SDK releases, Dart SDK compatibility, downloads, and release notes. Official downloads remain available in Flutter's release archive.
Where does the release data come from?
Release data is generated from releases.json, which is updated by the crawler from Flutter release sources, SDK archive data, and release-note references. Pages are generated from that same data instead of manually maintained release tables.
How often is FlutterReleases updated?
The release crawler runs automatically through GitHub Actions. When release data changes, generated files such as release pages, the Flutter versions hub, feed, sitemap, links page, and compatibility data are refreshed from releases.json.
How do I find the latest stable Flutter version?
The homepage and Flutter Versions page both show the latest stable Flutter SDK from the current release data.
How do I check which Dart SDK version ships with a Flutter version?
Use the Flutter and Dart compatibility checker. It reads the same release dataset and shows the Dart SDK bundled with each Flutter release, including stable, beta, dev, and prerelease channels.
Can one Dart SDK version map to multiple Flutter releases?
Yes. Flutter patch releases and prerelease builds can bundle the same Dart SDK version. The compatibility checker lists every matching Flutter release and keeps stable results first.
Why do release URLs use trailing slashes?
Trailing-slash release URLs are the canonical form, for example /release/3.44.9/. Non-trailing release URLs redirect to the canonical URL so search engines see one indexable page per release.
What should I do if a download link does not work?
Check Flutter's official release archive. FlutterReleases links to download artifacts when they are present in release data, but the official archive is the source to verify unavailable or moved downloads.
Can I use releases.json directly?
Yes. releases.json is public and can be used when you need structured Flutter release data for scripts, dashboards, or internal tooling.
How can I report incorrect release information?
Open an issue in the GitHub repository or contact Shankar on X with the Flutter version and the field that looks wrong.