file_picker_darwin 1.0.1
file_picker_darwin: ^1.0.1 copied to clipboard
Darwin (iOS and macOS) implementation of the file_picker plugin, supporting native file picking, saving, and directory selection.
1.0.1 #
- 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.
1.0.0 #
- Initial release of iOS and macOS implementation package for
file_picker.