BilalShahid13 / PersistentBottomNavBar

A highly customizable persistent bottom navigation bar for Flutter
BSD 3-Clause "New" or "Revised" License
507 stars 371 forks source link

Need Separate AppBar for each tab #283

Open hema-k83 opened 2 years ago

hema-k83 commented 2 years ago

Hi,

In our app we are using PersistentBottomNavBar and everything is working fine. We have 4 tabs in the MainScreen. Each tab needs to show a different AppBar. How can we achieve that? MainScreen has the scaffold, How can we send the params(Will be fetched from state data) to the AppBar in MainScreen from individual Tabs ?

timmyrosen commented 2 years ago

I would not use appBar in MainScreen and instead use it in the individual tabs instead