...
Navigate to the flutter_app directory
In the flutter_app directory directory, run
flutter create --platforms=windows,macos,linux .
You may exclude operating systems you don’t intend to build for
E.g. If you only want to build for Windows, run
flutter create --platforms=windows .
To start the app either
Run
flutter run
in the flutter_app directoryClick the 'run and debug’ button or press the F5 key in VSCode. Make sure you have selected the correct device as shown by the status bar.
The IMACS GUI should pop up (this step might take a while for the first time.
...
Next Steps
Join the weekly meetings to get assigned a task
(Optional) complete this codelab to familiarize yourself with Flutter: https://codelabs.developers.google.com/codelabs/flutter-codelab-first#0