desktop_drop 0.5.0 copy "desktop_drop: ^0.5.0" to clipboard
desktop_drop: ^0.5.0 copied to clipboard

A plugin which allows user dragging files to your flutter desktop applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add desktop_drop
copied to clipboard

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

dependencies:
  desktop_drop: ^0.5.0
copied to clipboard

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:desktop_drop/desktop_drop.dart';
copied to clipboard
411
likes
150
points
278k
downloads

Publisher

verified publishermixin.dev

Weekly Downloads

2024.09.17 - 2025.04.01

A plugin which allows user dragging files to your flutter desktop applications.

Repository (GitHub)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

cross_file, flutter, flutter_web_plugins, web

More

Packages that depend on desktop_drop