v0.1.0
downloads_path_provider
Flutter plugin to get the download directory for Android.
68Likes 6530-day downloads40Pub points
Platforms unavailable
Flutter plugin to get the download directory
{"sdk":"flutter"}English project snapshot. Visit GitHub for the latest content.
Flutter plugin to get the downloads directory.
This plugin has lots of inconsistencies and should no longer be used. Feel free to fork and tweak it.
For help getting started with Flutter, view our online documentation.
For help on editing plugin code, view the documentation.
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> to your AndroidManifest.xmlimport 'package:downloads_path_provider/downloads_path_provider.dart';
Future<Directory> downloadsDirectory = DownloadsPathProvider.downloadsDirectory;