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

This 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.7

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_button_panel/draggable_button_panel.dart';
8
likes
70
points
25
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

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on draggable_button_panel