Conversation
Added a comprehensive guide for installing Flutter on Windows, Mac, and Linux, including system requirements, installation steps, and troubleshooting tips.
| order: 4 | ||
| --- | ||
|
|
||
| Flutter 3.41 is the latest stable release as of February 2026, bundled with Dart |
There was a problem hiding this comment.
Do we want to list the current versions? We then just need to update this every quarter?
There was a problem hiding this comment.
Plus of having it in here is updating the doc on a regular basis is seen as a good thing for LLMs and SEO purposes. Even a small change like that keeps us relevant.
If updating it every quarter becomes cumbersome we can remove it.
|
|
||
| Flutter bundles the [Dart SDK](https://dart.dev/get-dart), no separate Dart installation is needed. | ||
|
|
||
| Also, the documentation site currently references Flutter 3.38.6 in many pages, while the actual latest stable is 3.41. Always use the stable channel for production work. Four stable releases are [planned for 2026](https://blog.flutter.dev/whats-new-in-flutter-3-41-302ec140e632#:~:text=For%202026%2C%20we%20plan%20to%20release%20four%20stable%20releases). |
There was a problem hiding this comment.
Same thing here. Maybe something more generic saying "you can always find the latest release version at X"
There was a problem hiding this comment.
Removing the first sentence works here. Starting the paragraph with "Always use..."
|
Overall looks good, a couple notes. We also broke ordered and unordered lists with the CSS formatting update so we may want to get that fixed first before deploying this as it kinda looks broken in a lot of areas. |
Status
READY
Description
Added a comprehensive guide for installing Flutter on Windows, Mac, and Linux, including system requirements, installation steps, and troubleshooting tips to the Flutter concepts section of the docs.