BilalShahid13 / PersistentBottomNavBar

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

Fixed The OnWillPop Asset Error while Using Custom PersistentTabViewWidget #336

Open StrawHATDEEPAK opened 1 year ago

StrawHATDEEPAK commented 1 year 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 1 year 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