Further reading
You may want to get a better understanding of the Navigator 2.0 approach, and a very well-written article I’ve often referred to is available here: https://medium.com/flutter/learning-flutters-new-navigation-and-routing-system-7c9068155ade.
We haven’t explored plugins and how they are documented yet, but this might be a good time to explore some of the plugins we mentioned for navigation and state management.
The main navigation plugin to look at is the go_router
plugin. You can view the details of the plugin and examples of how to use it on their pub.dev page (we will learn more about pub.dev in the next chapter): https://pub.dev/packages/go_router.
In the same way, it is worth exploring the state management plugins. On the BloC solution, a good plugin to look at is flutter_bloc
, but many options are available: https://pub.dev/packages/flutter_bloc.
Similarly, for the Redux approach, there is the flutter_redux
plugin: https://pub.dev/packages...