v0.1.0
downloads_path_provider
Flutter 插件,用于获取 Android 的下载目录。
68喜欢 65近 30 天下载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;