sliding_pill_drawer 1.0.1
sliding_pill_drawer: ^1.0.1 copied to clipboard
A customizable side drawer with a draggable pill button that slides 1:1 with the panel. Supports sticky and in-list follower modes, plus RTL/LTR.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sliding_pill_drawerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sliding_pill_drawer: ^1.0.1Alternatively, 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:sliding_pill_drawer/sliding_pill_drawer.dart';