Skip to content

nexron171/JustBottomSheet

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published