PersistentBottomNavBar icon indicating copy to clipboard operation
PersistentBottomNavBar copied to clipboard

Implemented NestedWillPopScope for later handling PopScopes

Open PcolBP opened this issue 4 years ago • 3 comments

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:

  • #156
  • #123
  • #222

This PR contains no breaking change.

PcolBP avatar Aug 23 '21 14:08 PcolBP

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

ashishbeck avatar Oct 21 '21 06:10 ashishbeck

@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

PcolBP avatar Oct 21 '21 06:10 PcolBP

Thanks

khanhtruongq avatar Jun 29 '22 03:06 khanhtruongq