v0.1.0
downloads_path_provider
Plugin Flutter para obter o diretório de downloads para Android.
68Curtidas 65Downloads em 30 dias40Pontos Pub
Plataformas indisponíveis
Plugin do Flutter para obter o diretório de downloads
{"sdk":"flutter"}Texto original em inglês. Visite o GitHub para a versão atual.
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;