dnd 2.0.1 copy "dnd: ^2.0.1" to clipboard
dnd: ^2.0.1 copied to clipboard

Platformweb

Drag and Drop for Dart web apps with mouse and touch support.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dnd

With Flutter:

 $ flutter pub add dnd

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

dependencies:
  dnd: ^2.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dnd/dnd.dart';
53
likes
140
points
111k
downloads

Publisher

verified publisherjakobservices.ch

Weekly Downloads

Drag and Drop for Dart web apps with mouse and touch support.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on dnd