FLUTTER ECOSYSTEM

nplaceit/downloads_path_provider

Plugin do Flutter para obter o diretório de downloads

Capa do projeto downloads_path_provider
Stars
11
Forks
77
Último push (UTC)
18 de set. de 2019
Status do projeto
Arquivado
nPlaceIT - Tecnologia Inteligente Ltda ME GitHub avatar
LinguagensDartRubyObjective-CJava

Pacotes publicados por este repositório

Dependências usadas

Lista de dependências 1 itens
  • flutter{"sdk":"flutter"}

README original

Texto original em inglês. Visite o GitHub para a versão atual.

Expandir / recolher README

downloads_path_provider

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.

Getting Started

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

Usage

  • Add downloads_path_provider as a dependency in your pubspec.yaml file.
  • Add <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> to your AndroidManifest.xml

Example

import 'package:downloads_path_provider/downloads_path_provider.dart';  

Future<Directory> downloadsDirectory = DownloadsPathProvider.downloadsDirectory;