forked from flutter/gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add named routes for Gallery, to have URLs for each page in Flutter f…
…or Web (flutter#13) * Routes first implementation * Remove NavigatorKey from studies as it does not work with the updated focus support. To shift focus between Navigators we should wait for the flutter/flutter issue to be fixed: flutter/flutter#47344 * Update starter app after custom focus node were removed * Add named routes for Shrine and use Navigator.of everywhere * Formatting and add documentation * Fix imports * Make sure there is no back button on mobile in the AppBar * Use static routes strings inside of paths * Save slugToDemo into a map, and go back to root for invalid slugs Former-commit-id: c7d23e4
- Loading branch information
1 parent
caa4aa6
commit 5afc7ce
Showing
21 changed files
with
351 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.