bizz84 / nested-navigation-demo-flutter

Nested navigation with BottomNavigationBar
https://codewithandrea.com/
MIT License
622 stars 139 forks source link

Is deep linking possible? #24

Open surya-bs opened 2 years ago

surya-bs commented 2 years ago

https://docs.flutter.dev/development/ui/navigation/deep-linking

or How can we give '/red' to Red Tab, '/green' to Green Tab and so on?

Any pointers would be of great help, thanks.