Skip to content

File picker plugin for Flutter, compatible with both iOS & Android and desktop (go-flutter).

License

Notifications You must be signed in to change notification settings

choudhryr723/flutter_file_picker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluter_file_picker

File Picker Awesome Flutter Build Status Buy me a coffee

File Picker

A package that allows you to use a native file explorer to pick single or multiple absolute file paths, with extensions filtering support.

Currently supported features

  • Load paths from cloud files (GDrive, Dropbox, iCloud)
  • Load path from a custom format by providing a file extension (pdf, svg, zip, etc.)
  • Load path from multiple files optionally, supplying a file extension
  • Load path from gallery
  • Load path from audio
  • Load path from video
  • Load path from any
  • Create a File or List<File> objects from any selected file(s)
  • Supports desktop through go-flutter (MacOS, Windows, Linux)

If you have any feature that you want to see in this package, please add it here. 🎉

Documentation

See the File Picker Wiki for every detail on about how to install, setup and use it.

  1. Installation
  2. Setup
  3. API
  4. Example App

Usage

Quick simple usage example:

Single file

File file = await FilePicker.getFile();

Multiple files

List<File> files = await FilePicker.getMultiFile();

For full usage details refer to the Wiki above.

Example App

Demo

Getting Started

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

For help on editing plugin code, view the documentation.

About

File picker plugin for Flutter, compatible with both iOS & Android and desktop (go-flutter).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 35.8%
  • Objective-C 27.2%
  • Dart 22.1%
  • Go 9.6%
  • Ruby 5.3%