Install Flutter following the directions in the associated Reading. (To install Android SDKManager cmdline-tools;latest, I brought up Android Studio -> Preferences -> Search for “sdk”, then clicked the box to install the cmdline-tools.)
Create a public GitHub repo called flutter-helloworld and clone it to your laptop.
Create the default Flutter project in your repo by running flutter create helloworld
inside your local repo directory.
Verify that the project runs correctly by invoking flutter run
.
Open it in IntelliJ (or your selected editor), and run it inside your editor, displaying the results in either an iOS or Android simulator.
Commit your project to GitHub.
By the date and time listed for this assignment, upload a link to your GitHub repo to Laulima. The assignment is called “Environment Configuration.”