Skip to content

Instantly share code, notes, and snippets.

View fleeser's full-sized avatar
🎯
Focusing

Florian Leeser fleeser

🎯
Focusing
  • @scialapp
View GitHub Profile
@fleeser
fleeser / flutter_go_router_tab_bar.dart
Last active August 22, 2022 21:14
Flutter | CustomBottomNavigationBar with go_router
// WARNING
// Keep in mind that there are five button, but only four of them redirect to another screen,
// since the middle one is a button that triggers the BottomSheet to be shown.
// This is the basic GoRouter setup
GoRouter(
routes: <GoRoute>[
GoRoute(
path: '/:screenName(home|discover|notifications|profile)',