v0.1.0
downloads_path_provider
Android용 다운로드 디렉터리를 가져오는 Flutter 플러그인입니다.
68좋아요 6530일 다운로드40Pub 점수
플랫폼 정보 없음
다운로드 디렉터리를 가져오는 플러터 플러그인
{"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;