Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 737 Bytes

README.md

File metadata and controls

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