super_drag_and_drop 0.8.24 copy "super_drag_and_drop: ^0.8.24" to clipboard
super_drag_and_drop: ^0.8.24 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.8.24

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';
469
likes
160
points
9.95k
downloads

Publisher

verified publishernativeshell.dev

Weekly Downloads

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, super_clipboard, super_native_extensions

More

Packages that depend on super_drag_and_drop