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_5/step_0_start
.
The project that we’ll build upon in this chapter can be found on GitHub: https://github.com/PacktPublishing/Flutter-UI-Projects-for-iOS-Android-and-Web/tree/main/chapter_5/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_5/step_4_end.
Let’s set up the project so we can start to explore how navigation works in a multi-page Flutter application.