iska9der / downloads_path_provider

Flutter plugin to get the download directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

downloads_path_provider_29

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_29 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_29/downloads_path_provider_29.dart';  

Future<Directory> downloadsDirectory = DownloadsPathProvider.downloadsDirectory;

About

Flutter plugin to get the download directory

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 29.8%Language:Ruby 27.1%Language:Java 26.0%Language:Objective-C 17.1%