Procedure

Install Flutter SDK

Install prerequisites, download the stable Flutter SDK for your OS, add flutter/bin to PATH, then verify with flutter --version.

  1. 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).

  2. 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.

  3. 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.

  4. flutter --version

    flutter --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M120C9JXRM5YXXVA8M3NHR01

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.