file_picker_darwin 1.0.1 copy "file_picker_darwin: ^1.0.1" to clipboard
file_picker_darwin: ^1.0.1 copied to clipboard

PlatformiOSmacOS

Darwin (iOS and macOS) implementation of the file_picker plugin, supporting native file picking, saving, and directory selection.

1.0.1 #

  • Fixed pickFileAndDirectoryPaths never 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 MissingPluginException on 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 saveFile on macOS not writing the provided file bytes to the chosen location.
  • Added safe argument unwrapping in macOS handler to prevent runtime crashes when arguments are null.
  • Added native UTType file 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.
0
likes
160
points
37.6k
downloads

Documentation

API reference

Publisher

verified publishermiguelruivo.com

Weekly Downloads

Darwin (iOS and macOS) implementation of the file_picker plugin, supporting native file picking, saving, and directory selection.

Repository (GitHub)
View/report issues
Contributing

Topics

#file-picker #ios #macos #darwin

License

MIT (license)

Dependencies

cross_file, file_picker_platform_interface, flutter, path

More

Packages that depend on file_picker_darwin

Packages that implement file_picker_darwin