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;