BilalShahid13 / PersistentBottomNavBar

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

Fixed The OnWillPop Asset Error while Using Custom PersistentTabViewWidget #336

Open StrawHATDEEPAK opened 12 months ago

StrawHATDEEPAK commented 12 months ago

Fixed OnWillPop Assert Error When Using Custom Persistent Tab View by changing OnWillPop != null to OnWillPop == null To correct the condition which invoked the asset throw

zhell commented 7 months ago

Duplicate of https://github.com/BilalShahid13/PersistentBottomNavBar/pull/309 One of these needs to be merged for the custom navbar to work properly @BilalShahid13