file_picker_darwin
Darwin (iOS and macOS) implementation of the file_picker plugin, supporting native file picking, saving, and directory selection.
1.0.1
61K downloads/mo
#1359 most downloaded on pub.dev
miguelpruivo/flutter_file_picker
What this package is like to depend on
Last release 8 days ago
15 Aug 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Aug 2026 to Aug 2026Releases
latest 2-
1.0.115 Aug 2026Release notes
Open source →- Fixed
pickFileAndDirectoryPathsnever returning directories on iOS and macOS. It now calls the native combined file and directory picker instead of silently falling back to file only selection. - Fixed
MissingPluginExceptionon macOS by registering the event channel stream handler. - Fixed method channel handling on macOS to support all file types and actions (
any,image,video,audio,media,custom,dir,save). - Fixed
saveFileon macOS not writing the provided filebytesto the chosen location. - Added safe argument unwrapping in macOS handler to prevent runtime crashes when arguments are null.
- Added native
UTTypefile type filtering for macOS file dialogs. - Improved package description, added example, and added missing API documentation.
- Fixed
-
1.0.014 Aug 2026Release notes
Open source →- Initial release of iOS and macOS implementation package for
file_picker.
Release notes
Open source →- Version 1.0 release.
- Adds support for ANY and VIDEO files.
- Fixes an issue where permissions were recursively asked on Android.
- Fixes an issue where some paths from document files couldn't be loaded with Android 8.0.
- Updates README file to match changes.
- General refactor & cleanup.
- Initial release of iOS and macOS implementation package for