


Java: This should typically be installed with Android Studio.Android Studio: Can also be installed with brew: brew install -cask android-studio.Chrome: Download with brew as well brew install -cask google-chrome.Xcode: Download from the App Store and open up it will guide you through it.If you are missing any of these, follow the following steps: Xcode: Setup and installed also accept all licenses.This command will check if your system is ready to get started with Flutter.Īnd should give a response similar to this:Īs you can see, my system only states one issue. Note: At this point, it might be that I have some extra stuff already installed since it has overlap coming from Ionic.īut something cool is the option for Flutter to check if your system is up and running or might be missing some elements. Open up your favorite terminal and execute the following command. I'm a big fan of Homebrew me it's the quickest way to install the Flutter. Let's start with installing Flutter so we can build a basic Hello World application (Hey, who doesn't like those 😂). So here we go, let's try and build some apps in Flutter and write down my findings. I'm not convinced yet why it would be better or if it's worthwhile learning Dart.īut without trying it myself, I feel like I can't have a good opinion about Flutter.

Īs you may know, my day job is developing Ionic applications, but recently, I've seen so much traction on Flutter.Getting started with Flutter for app development on a Mac 2 Jul, 2021
