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 at chapter_4/step_0_start
.
The project that we’ll build upon in this chapter can be found on GitHub: https://github.com/PacktPublishing/Cross-Platform-UIs-with-Flutter/tree/main/chapter_4/step_0_start.
The complete source code can be found on GitHub as well: https://github.com/PacktPublishing/Cross-Platform-UIs-with-Flutter/tree/main/chapter_4/step_4_end.