draggable_panel 1.3.1 copy "draggable_panel: ^1.3.1" to clipboard
draggable_panel: ^1.3.1 copied to clipboard

A versatile floating panel widget that can be dragged around the screen and docked to edges. Perfect for displaying tools, actions, or additional content on demand.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add draggable_panel

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

dependencies:
  draggable_panel: ^1.3.1

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_panel/draggable_panel.dart';
13
likes
160
points
824
downloads

Publisher

verified publishershodev.live

Weekly Downloads

A versatile floating panel widget that can be dragged around the screen and docked to edges. Perfect for displaying tools, actions, or additional content on demand.

Repository (GitHub)
View/report issues

Topics

#draggable-panel #draggable #panel #floating-panel #floating-button

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on draggable_panel