bottom_sheet 4.0.4 copy "bottom_sheet: ^4.0.4" to clipboard
bottom_sheet: ^4.0.4 copied to clipboard

Flexible bottom sheet with the ability to scroll content even without a list.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bottom_sheet

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  bottom_sheet: ^4.0.4

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bottom_sheet/bottom_sheet.dart';
344
likes
140
pub points
97%
popularity

Publisher

verified publishersurf.ru

Flexible bottom sheet with the ability to scroll content even without a list.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

bottom_inset_observer, flutter

More

Packages that depend on bottom_sheet