flutter-go_router-with-nested-tab-navigation
flutter-go_router-with-nested-tab-navigation copied to clipboard
A Flutter app to show how to work with nested tab navigation using go_router package
Flutter go_router with nested Tab navigation
A Flutter app to show how to work with nested tab navigation using go_router package
Getting Started
Check out my Medium article
Run this command to add go_router:
flutter pub add go_router
This will add a line like this to your package's pubspec.yaml:
dependencies:
go_router: ^7.1.1
Demo Preview