deep_link_navigation 1.3.1 deep_link_navigation: ^1.3.1 copied to clipboard
Deep link navigation for Flutter apps with an elegant configuation internally orchestrating a native Flutter navigator.
Examples #
Single base route #
This example demonstrates:
- Dispatchers with path-only deep links
- Dispatchers with value deep links (ArtistDL, SongDL)
- Cross-branch navigation (from favorite's song page to artist page)
Multiple base routes #
This example demonstrates:
- Everything from single base route example
- Bottom navigation (library, favorites, user pages) persists across navigation
- Login and error pages are full screen (hide bottom navigation)
- Using the future result of push in user/authentication page
- Custom
Authenticated
mixin ensures user is authenticated (LibraryDL, FavoritesDL, UserDL)