flutter_scroll_bottom_sheet 1.2.1 copy "flutter_scroll_bottom_sheet: ^1.2.1" to clipboard
flutter_scroll_bottom_sheet: ^1.2.1 copied to clipboard

This package provides a flexible bottom sheet, built on top of the flutter_appbar package, that syncs with scroll events instead of relying only on gestures.

1.0.0 #

  • A initial verison.

1.1.0 #

  • Updated to allow the bottom sheet to be laid out at its minimum size.

1.2.0 #

  • Added builder to build the inner content of the bottom sheet.
  • Inner content now automatically applies SafeArea, removing the need to wrap ScrollView separately.
  • Renamed the previous builder to sheetBuilder to clarify it builds the card-style container inside the bottom sheet.

1.2.1 #

  • Updated BottomSheet open function to return a Future so that it can receive a result from the page.
1
likes
160
points
176
downloads

Publisher

verified publisherttangkong.dev

Weekly Downloads

This package provides a flexible bottom sheet, built on top of the flutter_appbar package, that syncs with scroll events instead of relying only on gestures.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_appbar

More

Packages that depend on flutter_scroll_bottom_sheet