Procedure
Install Flutter SDK
Install prerequisites, download the stable Flutter SDK for your OS, add flutter/bin to PATH, then verify with flutter --version.
Follow https://docs.flutter.dev/install/manual (or VS Code quick start a
Follow https://docs.flutter.dev/install/manual (or VS Code quick start at https://docs.flutter.dev/install/quick ). Prerequisites: Windows — Git for Windows; macOS — xcode-select --install; Linux/ChromeOS — curl git unzip xz-utils zip libglu1-mesa (elevated apt/dnf as needed).
Download the latest stable Flutter SDK archive for your OS from the Flut
Download the latest stable Flutter SDK archive for your OS from the Flutter SDK archive / manual install page. Extract to a writable folder (e.g. ~/develop or %USERPROFILE%\develop). Do not install under a path that requires elevated write access for day-to-day use.
Add the SDK bin directory to PATH per https://docs.flutter.dev/install/a
Add the SDK bin directory to PATH per https://docs.flutter.dev/install/add-to-path (Windows Environment Variables; macOS ~/.zprofile export; Linux shell rc). Open a new terminal so PATH updates apply.
flutter --version
flutter --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.