flutter_scroll_bottom_sheet 1.2.1
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
builderto build the inner content of the bottom sheet. - Inner content now automatically applies SafeArea, removing the need to wrap ScrollView separately.
- Renamed the previous
buildertosheetBuilderto clarify it builds the card-style container inside the bottom sheet.
1.2.1 #
- Updated BottomSheet
openfunction to return a Future so that it can receive a result from the page.