Technical requirements
Make sure to have your Flutter environment updated to the latest version in the stable channel. Clone our repository and use your favorite IDE to open the Flutter project we’ve built in chapter_6/start_0
.
The project that we’ll build upon in this chapter can be found on GitHub at https://github.com/PacktPublishing/Cross-Platform-UIs-with-Flutter/tree/main/chapter_6/start_0.
The complete source code can be found on GitHub as well: https://github.com/PacktPublishing/Cross-Platform-UIs-with-Flutter/tree/main/chapter_6/step_3_form_validation.
Let’s set up the project so that we can start to explore how forms work in Flutter applications.