bottom_sheet 4.0.0 copy "bottom_sheet: ^4.0.0" to clipboard
bottom_sheet: ^4.0.0 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 Dart:

 $ dart pub add bottom_sheet

With Flutter:

 $ flutter pub add bottom_sheet

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

dependencies:
  bottom_sheet: ^4.0.0

Alternatively, your editor might support dart pub get or 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';
357
likes
0
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

License

unknown (LICENSE)

Dependencies

bottom_inset_observer, flutter

More

Packages that depend on bottom_sheet