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, please go through the Iterable Collections codelab.
During the codelab, you should use the embedded DartPad environment to execute the examples.
Take your time, don’t rush, and make sure you understand every line of code and every sentence in this codelab! Do all of the requested coding! If you have questions or get stuck, post a message to our Discord server.
When you are done with the codelab, please do the following:
bool isValidEmailAddress(EmailAddress email) {
return email.address.contains('@');
}
Creating this repo provides evidence that you worked on this codelab, and gives you more practice using IntelliJ IDEA for Dart application development, which will be useful soon.
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!