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_8/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_8/start
The complete source code can be found on GitHub as well: https://github.com/PacktPublishing/Cross-Platform-UIs-with-Flutter/tree/main/chapter_8/step_5.
Let’s set up the project so that we can start to explore how to build responsive Flutter applications.