Flutter got easier to install on any Mac, just install it by home brew. It will install both flutter and dart.
brew install flutter
Check version of Flutter
flutter --version
Check version of Dart
dart --version
Flutter got easier to install on any Mac, just install it by home brew. It will install both flutter and dart.
brew install flutter
Check version of Flutter
flutter --version
Check version of Dart
dart --version
Leave a Reply
You must be logged in to post a comment.