Declarative Navigation: Navigator 2.0
Learn to use Flutter’s Navigator 2.0 in your app.
To better understand Navigator 2.0, we will work on a simplified version of the shop app. At the end of this lesson, we will learn how to:
- Use
pages
to populate a list of pages in the navigation stack. - Use the
Router
API to handle routes from the operating system.
Getting started
We will work on the app below. Take a look at it and run it:
Get hands-on with 1400+ tech skills courses.