therealjohnsummer
therealjohnsummer
I have a suggestion but first - Thanks for a great component. Can we add an onSwipeUpdate callback that is passed SwipeDirection and SwipeProgress or else add them to the...
I would like to use this great plugin in conjunction with pushReplacement - is this possible ? i.e ``` Navigator.pushReplacement( context, MaterialPageRoute( fullscreenDialog: true, builder: (BuildContext context) => showCustomModalBottomSheet(.... ```
This plugin has issues such that , when used : - WillPopScope no longer functions (returning false will still allow the operation) - Anything you put in WillPopScope doesnt fire...
The appbar doesnt get decorated properly with the go back < icon when you navigate to a widget that makes use of the 'rounded_floating_app_bar'.