Flutter Gems is a curated list of 5600+ useful Dart & Flutter packages that are categorized based on functionality.

Discord Medium LinkedIn Twitter

Top Flutter File Picker packages

Last updated: April 2, 2024

File picker is a tool that allows users to select a file from their device. This can be used in a Flutter app to upload a file or an image.

In case of Desktop apps, file pickers are often enclosed in a drag and drop region, so that users can click and hold down the left mouse button on file, then drag the file to a new location, and finally release the left mouse button to drop the file to upload it.

The complete list of Flutter packages that can be used to add File Picker, Document Picker, or Drag and Drop capability to your Flutter app is provided below.


file_picker Card Image
file_picker
Dart 3 compatible 👍 3.98K
Maintenance Status: Good

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

desktop_drop
Dart 3 compatible 👍 331
Maintenance Status: Good

A plugin which allows user dragging files to your flutter desktop applications.

file_selector
Dart 3 compatible 👍 312
Maintenance Status: Good

Flutter plugin for opening and saving files, or selecting directories, using native file selection UI.

filesystem_picker
Dart 3 compatible 👍 177
Maintenance Status: Good

FileSystem file or folder picker dialog. Allows the user to browse the file system and pick a folder or file.

flutter_dropzone
Dart 3 compatible 👍 151
Maintenance Status: Good

A drag-and-drop Flutter plugin (Web only).

filepicker_windows
Dart 3 compatible 👍 104
Maintenance Status: Good

A package that allows file and directory selection for Windows using common dialog controls.

flutter_file_dialog
Dart 3 compatible 👍 82
Maintenance Status: Good

Dialogs for picking and saving files in Android and in iOS.

form_builder_file_picker
Dart 3 compatible 👍 48
Maintenance Status: Good

FilePicker Field for flutter_form_builder package. Used to select files as part of form input.

flutter_document_picker
Dart 3 compatible 👍 44
Maintenance Status: Good

Allows user pick a document. Picked document is copied to app temporary directory. Optionally allows pick document with specific extension only.

explorer Card Image
explorer
Dart 3 compatible 👍 41
Maintenance Status: Good

Universal flexibility explorer UI for navigate files, ftp, etc.

easy_folder_picker Card Image
easy_folder_picker
Dart 3 compatible 👍 33
Maintenance Status: Good

Easy directory picker for Flutter, you can choose directory or create directory for further action

file_picker_writable
Dart 3 compatible 👍 13
Maintenance Status: Good

Flutter plugin to allow users to open files/documents which can be read, and written back at a later time as well as creating new files on external media.

saf
Dart 3 compatible 👍 51
Maintenance Status: Average

Flutter plugin that leverages Storage Access Framework (SAF) API to get access and perform the operations on files and folders.

dnd
Dart 3 compatible 👍 49
Maintenance Status: Poor

Drag and Drop for Dart web apps with mouse and touch support.

file_picker_cross
👍 155
Maintenance Status: Average

Select, open, choose or pick documents, images videos or other files on Android, iOS, the desktop and the web for reading, writing, use as String, byte list or HTTP uploads.

file_access
👍 25
Maintenance Status: Poor

An abstract way to handle files on iOS, Android, Desktop and Web