super_drag_and_drop 0.9.0-dev.3 copy "super_drag_and_drop: ^0.9.0-dev.3" to clipboard
super_drag_and_drop: ^0.9.0-dev.3 copied to clipboard

Native Drag and Drop support for Flutter. Allows dragging contents across applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add super_drag_and_drop

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

dependencies:
  super_drag_and_drop: ^0.9.0-dev.3

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:super_drag_and_drop/super_drag_and_drop.dart';
432
likes
160
pub points
95%
popularity

Publisher

verified publishernativeshell.dev

Native Drag and Drop support for Flutter. Allows dragging contents across applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, super_clipboard, super_native_extensions

More

Packages that depend on super_drag_and_drop