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 Basic Flutter layout concepts Codelab. This Codelab uses DartPad, so use it.
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_business_card
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 business card code.
Notes
Under the View | Tool Windows menu, select Dart Analysis to see if there are any warnings. If so, then remove them. |
You should see something like this:
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!