expanded_bottom_sheet 0.0.3 copy "expanded_bottom_sheet: ^0.0.3" to clipboard
expanded_bottom_sheet: ^0.0.3 copied to clipboard

A scrollable bottom sheet with ability to be expanded and scroll more

scrollable_bottom_sheet #

A scrollable bottom sheet with ability to be expanded and scroll more

Example #

Install #

dependencies:
  scrollable_bottom_sheet: ^0.0.1

or

flutter pub add scrollable_bottom_sheet

How to use #

// FIRST INITIALIZE WIDGETS
BottomSheetWidget().centerWidget = MyBottomSheetWidget();
BottomSheetWidget().headerWidget = MyBottomSheetHeader();

// TO OPEN THE BOTTOM SHEET
BottomSheetWidget().openBottomSheet(context, backgroundColor: Colors.black, backgroundOpacity: 0.4);

// TO CLOSE THE BOTTOM SHEET
BottomSheetWidget().closeBottomSheet();

Note #

  • The centerWidget MUST be a SliverList otherwise it will give an error
8
likes
140
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

A scrollable bottom sheet with ability to be expanded and scroll more

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on expanded_bottom_sheet