Install Flutter on a lab machine and / or on your laptop, depending on where you plan on doing work this semester.
Test your installation by running creating the example app using
flutter create
command and run the app in a simulator usingflutter run
.