Your First Flutter App: An App From Scratch

Feb 22 2022 · Dart 2.14.1, Flutter 2.5, Visual Studio Code 1.6

Part 1: Get Started with Flutter

04. Install Flutter on macOS

Episode complete

Play next episode

Next
About this episode

Leave a rating/review

See forum comments
Cinema mode Mark complete Download course materials
Previous episode: 03. Install Flutter Next episode: 05. Install Flutter on Windows

Get immediate access to this and 4,000+ other videos and books.

Take your career further with a Kodeco Personal Plan. With unlimited access to over 40+ books and 4,000+ professional videos in a single subscription, it's simply the best investment you can make in your development career.

Learn more Already a subscriber? Sign in.

Heads up... You've reached locked video content where the transcript will be shown as obfuscated text.

macOS makes for an ideal environment for developing Flutter applications. With it, you can build applications for iOS and Android as well as web applications. Of course, in order for you to build apps, you’ll need the tooling for both iOS and Android as well as the Flutter framework. We’ll also need to setup up our emulators and simulators. Also, at the time of this recording, I’m using an intel mac. If you are using an M1 see the additional instructions linked in the author notes. In summation, you’ll need to have the Rosetta 2 translation environment available.

pwd
nano $HOME/.zshrc
export PATH="$PATH:/Users/brian/Flutter/bin"
source $HOME/.zshrc
which flutter
flutter doctor