bottom_drawer 0.0.5 bottom_drawer: ^0.0.5 copied to clipboard
A bottom drawer widget, support customize drawer header and body, support list body, support drag to open and close.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bottom_drawer
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
bottom_drawer: ^0.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_drawer/bottom_drawer.dart';