just_bottom_sheet 1.3.0 copy "just_bottom_sheet: ^1.3.0" to clipboard
just_bottom_sheet: ^1.3.0 copied to clipboard

Just Bottom Sheet. Bottom sheet with properly working nested scroll and swipe to close gesture.

build codecov

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(...);

or you can present through your own route:

Navigator.of(context).push(YourRoute(builder: (context) {
    return JustBottomSheetPage(...);
}));
11
likes
150
pub points
73%
popularity

Publisher

unverified uploader

Just Bottom Sheet. Bottom sheet with properly working nested scroll and swipe to close gesture.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on just_bottom_sheet