-
Notifications
You must be signed in to change notification settings - Fork 2
Lesson 6: Navigation and routing
truyenjc edited this page Sep 25, 2020
·
3 revisions
Screens, Pages, Activities, ViewControllers. Different words, different code to make them, the same result. In Flutter, we get this same result using Navigators and Routes.
-via codemagic
- Understanding about core concepts and classes for managing multiple screens:
Route,NavigatorandMaterial Page Route
- Navigate to a new screen
- Send data to a new screen
- Return to the previous screen
- Return data from a screen
- Setup
routes - Navigate with named routes
- Pass arguments to a named route
- Pop to a specified screen