Skip to content

Instantly share code, notes, and snippets.

@ewilan-riviere
Created July 8, 2023 06:07
Show Gist options
  • Save ewilan-riviere/ded148c210a1c3529732ac3bfb5e5722 to your computer and use it in GitHub Desktop.
Save ewilan-riviere/ded148c210a1c3529732ac3bfb5e5722 to your computer and use it in GitHub Desktop.
Install Flutter

Flutter

Flutter is an open-source UI software development kit created by Google. It is used to develop cross platform applications from a single codebase for any web browser, Fuchsia, Android, iOS, Linux, macOS, and Windows. First described in 2015, Flutter was released in May 2017.

See official Flutter website for more information.

macOS

Official guide: Install on macOS

Apple Silicon

sudo softwareupdate --install-rosetta --agree-to-license

Install Flutter

brew install flutter

Install Android Studio

brew install android-studio

Install CMD line tools via Android Studio

CocoaPods

sudo gem install activesupport -v 6.1.7.4
sudo gem install cocoapods

Xcode

Install Xcode from App Store and run it once.

sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch

Accept licenses

flutter doctor --android-licenses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment