draggable_button_panel 1.0.0-dev.7
draggable_button_panel: ^1.0.0-dev.7 copied to clipboard
The DraggableButtonPanel is a widget displaying a button with a movable panel of options. When clicked, it animates the panel's appearance. Customizable in color, size, and opacity. Implements Statefu [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add draggable_button_panelThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
draggable_button_panel: ^1.0.0-dev.7Alternatively, 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_button_panel/draggable_button_panel.dart';