Set up a macOS environment for Flutter development
Automated macOS Flutter development environment setup with dependency validation and diagnostic fixes. Verifies Flutter installation, Xcode availability, and CocoaPods presence; stops with clear instructions if any prerequisite is missing Guides users through Xcode command-line tool configuration and license acceptance with required sudo commands Runs iterative flutter doctor validation loops to identify and resolve remaining toolchain issues until the Xcode section passes completely Confirms macOS desktop is enabled as a deployment target and detectable via flutter devices flutter-macos-setup Goal Configures a macOS development environment for building, running, and deploying Flutter applications. Validates tooling dependencies including Xcode and CocoaPods, and ensures the environment passes Flutter's diagnostic checks for macOS desktop development. Assumes the host operating system is macOS and the user has administrative privileges. Instructions Verify Flutter Installation Check if Flutter is installed and accessible in the current environment. flutter --version Decision Logic: If the command fails, STOP AND ASK THE USER: "Flutter is not installed or not in your PATH. Please install Flutter and add it to your PATH before continuing." If the command succeeds, proceed to step 2.
don't have the plugin yet? install it then click "run inline in claude" again.