FLUTTER ECOSYSTEM

nplaceit/downloads_path_provider

다운로드 디렉터리를 가져오는 플러터 플러그인

downloads_path_provider 프로젝트 이미지
Stars
11
Forks
77
최근 푸시(UTC)
2019. 9. 18.
프로젝트 상태
보관됨
nPlaceIT - Tecnologia Inteligente Ltda ME GitHub avatar
언어DartRubyObjective-CJava

이 저장소가 배포한 패키지

사용 중인 의존성

의존성 목록 1 개
  • flutter{"sdk":"flutter"}

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

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;