downloadsfolder 0.0.5 copy "downloadsfolder: ^0.0.5" to clipboard
downloadsfolder: ^0.0.5 copied to clipboard

A Flutter plugin for retrieving the path to the downloads folder and performing operations related to file downloads on different platforms.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add downloadsfolder

With Flutter:

 $ flutter pub add downloadsfolder

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

dependencies:
  downloadsfolder: ^0.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:downloadsfolder/downloadsfolder.dart';
36
likes
0
points
8.02k
downloads

Publisher

verified publishersiyoutechnology.com

Weekly Downloads

A Flutter plugin for retrieving the path to the downloads folder and performing operations related to file downloads on different platforms.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dartx, device_info_plus, diacritic, flutter, path, path_provider, path_provider_windows, permission_handler, plugin_platform_interface, url_launcher

More

Packages that depend on downloadsfolder