BilalShahid13 / PersistentBottomNavBar

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

Implemented NestedWillPopScope for later handling PopScopes #221

Open PcolBP opened 2 years ago

PcolBP commented 2 years ago

I've implemented NestedWillPopScope with null-safety. Separated so if later need to be used no need to implement all data from package just this file. Updated dependency as well.

All behaviour from before stays the same.

Potential fixes of:

This PR contains no breaking change.

ashishbeck commented 2 years ago

Can we get this PR merged, please? It seems like a really great solution to a relatively small but difficult problem

PcolBP commented 2 years ago

@ashishbeck as a temporary solution before this PR will be merged, you can fork my repository and then use it in your project like this in pubspec.yaml :

 persistent_bottom_nav_bar:
    git:
      url: https://github.com/PcolBP/PersistentBottomNavBar.git
khanhtruongq commented 2 years ago

Thanks