Medium Post : / flutter-advance-routing-and-navigator
Core concepts and classes for managing multiple screens
1. Route: A Route is an abstraction for a “screen” or “page” of an app, and a Navigator is a widget that manages routes.
2. Navigator: Creates a widget that maintains a stack-based history of child widgets. A Navigator can push and pop routes to help a user move from screen to screen
Facebook: / nitishk72
LinedIn: / nitishk72
Patreon: / nitishk72
Github: https://github.com/nitishk72