Last updated:
0 purchases
just bottom sheet
Just Bottom Sheet
Bottom sheet with properly working nested scroll and swipe to close gesture.
Features #
Highly customizable
Close only by drag handler or by drag handler and scroll
Supports any scrolls inside including slivers
More features soon
Usage #
Just call function:
showJustBottomSheet(...);
copied to clipboard
or you can present through your own route:
Navigator.of(context).push(YourRoute(builder: (context) {
return JustBottomSheetPage(...);
}));
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.