draggable_bottom_sheet 0.1.2 copy "draggable_bottom_sheet: ^0.1.2" to clipboard
draggable_bottom_sheet: ^0.1.2 copied to clipboard

outdated

This is a bottom sheet that is partially visible onto the screen and can be dragged from there into the screen to occupy the fullscreen.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add draggable_bottom_sheet

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

dependencies:
  draggable_bottom_sheet: ^0.1.2

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:draggable_bottom_sheet/draggable_bottom_sheet.dart';
119
likes
40
points
1.19k
downloads

Publisher

verified publishervalueoutput.com

Weekly Downloads

This is a bottom sheet that is partially visible onto the screen and can be dragged from there into the screen to occupy the fullscreen.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on draggable_bottom_sheet