downloads_path_provider 0.1.0 copy "downloads_path_provider: ^0.1.0" to clipboard
downloads_path_provider: ^0.1.0 copied to clipboard

Flutter plugin to get the download directory for Android.

downloads_path_provider #

Flutter plugin to get the downloads directory.

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

Usage #

  • Add downloads_path_provider as a dependency in your pubspec.yaml file.
  • Add <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> to your AndroidManifest.xml

Example #

import 'package:downloads_path_provider/downloads_path_provider.dart';  

Future<Directory> downloadsDirectory = DownloadsPathProvider.downloadsDirectory;
66
likes
30
pub points
92%
popularity

Publisher

unverified uploader

Flutter plugin to get the download directory for Android.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on downloads_path_provider