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

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';
338
likes
140
pub points
94%
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