v0.1.0
downloads_path_provider
Android のダウンロードディレクトリを取得するためのFlutterプラグイン。
68いいね 6530日間ダウンロード40Pub ポイント
プラットフォーム情報なし
ダウンロードディレクトリを取得する Flutter プラグイン
{"sdk":"flutter"}以下は英語原文のスナップショットです。最新版は 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;