Questions? We have answers.
If you run into problems while doing this codelab, please post to the #codelab-questions channel in Discord.
For this experience, start by going through the Introduction to Widgets Codelab. This Codelab uses DartPad, so use it. Take your time and try to understand everything that happens.
Once you’ve finished with the Codelab, please follow these steps to transfer the final code from DartPad into a working Flutter app.
flutter create --no-overwrite flutter_shopping_list
in a terminal or shell window. This will produce the Flutter app skeleton at the top level of your GitHub repo.flutter run
to verify that your laptop is configured correctly for Flutter and can run the skeleton app. Once you’ve verified that it runs correctly, you can type “q” to quit execution.Now that you’ve established a working codebase and development environment, you can replace the main.dart file contents with the final shopping list code.
Notes
When you’ve finished, commit your code to GitHub.
By the date and time listed in the Schedule page, please submit the URL to your GitHub repo in Laulima.
Don’t forget to make me (philipmjohnson) a collaborator so I can view your work! .