just_bottom_sheet

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.