downloadsfolder 0.1.1 copy "downloadsfolder: ^0.1.1" to clipboard
downloadsfolder: ^0.1.1 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 Flutter:

 $ flutter pub add downloadsfolder

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

dependencies:
  downloadsfolder: ^0.1.1

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:downloadsfolder/downloadsfolder.dart';
36
likes
140
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

Documentation

API reference

License

MIT (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