draggable_button_panel 1.0.0-dev.3 copy "draggable_button_panel: ^1.0.0-dev.3" to clipboard
draggable_button_panel: ^1.0.0-dev.3 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 Dart:

 $ dart pub add draggable_button_panel

With Flutter:

 $ flutter pub add draggable_button_panel

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

dependencies:
  draggable_button_panel: ^1.0.0-dev.3

Alternatively, your editor might support dart pub get or 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';
8
likes
0
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

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 StatefulWidget, AnimationController, AnimatedOpacity, Stack, and Positioned. Ideal for Flutter apps.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on draggable_button_panel