Reputation: 890
I am new to Flutter and cannot find many info about best practice about: when to use Raouting and when to use PageView.
In my app i want to have shared ApBar and BottomNavigation also i want to have details page in some pages. Should i use PageView or Routinbg for BottomNavigation click. If i use PageView then how i would use child routes for details page?
I understand it is quite wide topic but i would appreciate if somebody can share good reading about it or share his experience
Upvotes: 2
Views: 1141