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

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';
396
likes
150
points
15.5k
downloads

Publisher

verified publishersurf.ru

Weekly Downloads

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

flutter

More

Packages that depend on bottom_sheet