drewpayment / payment-group-flutter

My first Flutter SDK app, implemented in iOS/Android
0 stars 0 forks source link

Migrate navigation to bottom bar #8

Closed drewpayment closed 5 years ago

drewpayment commented 5 years ago

Android Q is going to introduce bottom bar navigation and iOS already prefers this method of navigation. In order to better suit the future, need to move page navigation to the bottom bar. This will better support navigation gestures from an OS aspect.

drewpayment commented 5 years ago

Moved to bottom, but need to handle active/inactive statuses, theme, etc.