Skip to content

Instantly share code, notes, and snippets.

@xiaolai
Last active October 8, 2021 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xiaolai/ed12dff61b961aa8b77f970fefa9bc28 to your computer and use it in GitHub Desktop.
Save xiaolai/ed12dff61b961aa8b77f970fefa9bc28 to your computer and use it in GitHub Desktop.
Dart & Flutter
# xcode needed
brew install flutter cocoapods android-studio chrome visual-studio-code
flutter doctor --android-licenses
flutter doctor

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.5.2, on macOS 11.6 20G165 darwin-arm, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 2020.3)
[✓] VS Code (version 1.60.2)
[✓] Connected device (1 available)

• No issues found!

Install VSCode Pluging: Flutter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment