downloadsfolder 1.1.1 copy "downloadsfolder: ^1.1.1" to clipboard
downloadsfolder: ^1.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: ^1.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
160
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)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dartx, diacritic, flutter, path, path_provider, permission_handler, plugin_platform_interface

More

Packages that depend on downloadsfolder