v0.1.0
downloads_path_provider
Flutter-Plugin zum Abrufen des Download-Verzeichnisses für Android.
68Likes 6530-Tage-Downloads40Pub-Punkte
Keine Plattformdaten
Flutter-Plugin zum Abrufen des Download-Verzeichnisses
{"sdk":"flutter"}Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.
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;