flutterx_drop_view 1.0.5 copy "flutterx_drop_view: ^1.0.5" to clipboard
flutterx_drop_view: ^1.0.5 copied to clipboard

A widget where you can drop files into it, and also pick files from system file browser.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutterx_drop_view

With Flutter:

 $ flutter pub add flutterx_drop_view

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

dependencies:
  flutterx_drop_view: ^1.0.5

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:flutterx_drop_view/flutterx_drop_view.dart';
2
likes
0
pub points
43%
popularity

Publisher

unverified uploader

A widget where you can drop files into it, and also pick files from system file browser.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

cross_file, flutter, flutter_html, flutterx_live_data, flutterx_utils, mime

More

Packages that depend on flutterx_drop_view