LudwigSchindler / AzubiGo

2 stars 0 forks source link

Basic navigation #1

Closed LudwigSchindler closed 3 years ago

LudwigSchindler commented 3 years ago

Basic navigation concept needs to be implemented. Except the login page everything will happen on one screen with the navigation rail on the left side (Drawer on mobile). For each NavigationRailDestination there should be a independet navigation route/history. When possible the existing Flutter named routes implementation should be used, but without the push-animations.

LudwigSchindler commented 3 years ago

Animations may be disabled with pushNamed route navigation.

LudwigSchindler commented 3 years ago

Mögliche Herangehensweisen: https://medium.com/flutter-community/flutter-navigation-maintaining-tab-state-while-navigating-bottomnavigationbar-6009fbceb59c https://medium.com/coding-with-flutter/flutter-case-study-multiple-navigators-with-bottomnavigationbar-90eb6caa6dbf