- Download the Flutter SDK here.
- Run “flutter doctor” to ensure that the installation is successful
- We recommend AndroidStudio or IntelliJ as IDE since the live coding will be done in those IDEs.
- Open the IDE and install the Flutter plugin by going to Preferences ->Plugins -> Marketplace (in the top).
- Make sure the Flutter SDK path is set by going to Preference -> Languages & Frameworks -> Flutter
- Once this is done you can create a new Flutter project and run it to make sure everything works. File -> New -> Projects -> Flutter