Skip to Content

Flutter Development on macOs setup

Install Google’s Dart programming language

brew tap dart-lang/dart
brew install dart

Install stagehand, which gives you templates for creating Dart apps

pub global activate stagehand