Update README.md (#619)

pull/621/head
John Ryan 5 years ago committed by GitHub
parent d73beef792
commit 136cf0a661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,7 +14,7 @@ an article explaining Navigator 2.0.
* `nav_1/on_generate_route.dart` - Shows how to handle arbitrary named routes * `nav_1/on_generate_route.dart` - Shows how to handle arbitrary named routes
using the `onGenerateRoute` callback defined in the `MaterialApp` constructor. using the `onGenerateRoute` callback defined in the `MaterialApp` constructor.
** Navigator 2.0 samples** **Navigator 2.0 samples**
* `nav_2/pages.dart` - Shows how to define a list of [Page] objects on Navigator * `nav_2/pages.dart` - Shows how to define a list of [Page] objects on Navigator
declaratively. declaratively.
@ -23,7 +23,7 @@ an article explaining Navigator 2.0.
of pages for the Navigator. of pages for the Navigator.
** Advanced ** **Advanced**
* `nav_2_advanced/nested_router.dart` - Shows two [RouterDelegate], one nested * `nav_2_advanced/nested_router.dart` - Shows two [RouterDelegate], one nested
within the other. A [BottomNavigationBar] can be used to select the route of within the other. A [BottomNavigationBar] can be used to select the route of

Loading…
Cancel
Save