Technical requirements
Make sure that your Flutter environment has been updated to the latest version in the stable
channel. Since we’re going to be working on the application that we made in Chapter 1, Building a Counter App with History Tracking to Establish Fundamentals, please clone our repository and use your favorite IDE to open the Flutter project we built at chapter_1/with_inherited_widget
.
As always, the complete code for this chapter can be found in this book’s GitHub repository at https://github.com/PacktPublishing/Cross-Platform-UIs-with-Flutter/tree/main/chapter_9. Note that GitHub’s settings, including workflows for using GitHub actions, will be located at the root of the repository, so you’ll find the .github
folder at https://github.com/PacktPublishing/Cross-Platform-UIs-with-Flutter.