In this episode, Hasun Perera an Associate Technical Lead at Sysco LABS takes us through Advanced Flutter Navigation.
Github Code: https://github.com/hasunperera/flutte...
0:00 Introduction
0:34 Agenda and Navigator 1.0
1:12 Navigating to a new page using Anonymous routes
6:12 Navigating back to the previous page
7:37 Passing arguments on to the next page
10:01 Getting results from navigation
12:41 Handling platform back button presses
16:25 Navigating to a new page using named routes
19:19 Passing arguments to a new page using named routes
22:04 Navigating using the bottom navigation bar (Nested Routers)
34:06 Navigating to dialogs and pop up menus using nested navigators
41:13 Advanced named routes with onGenerateRoute
45:36 Passing arguments to the new page using onGenerateRoute
48:32 Navigating using the bottom navigation bar using onGenerateRoute (Nested Routers)
58:21 Navigator 2.0
59:16 Basic navigation to pages
1:04:20 Advanced Navigation to pages using URLs
1:12:42 Navigate using URLs with nested routers and bottom navigation bar