FLUTTER ECOSYSTEM

file_picker_darwin

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

Latest version
2.1.0
30-day downloads
557K
Likes
2
Pub points
160

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

The file_picker_darwin package provides native file picking, saving, and directory selection functionality for iOS and macOS within Flutter applications. It is the platform-specific implementation of the file_picker plugin, leveraging native system APIs to ensure seamless integration with Apple's operating systems. This allows users to browse, select, and save files directly through familiar system dialogs. The package supports both file and directory operations, ensuring secure and efficient file handling on Darwin-based platforms.

Use cases
  • Selecting files from the device's file system
  • Saving files to user-defined locations
  • Navigating and selecting directories
  • Integrating native file dialogs in iOS apps
  • Enabling file uploads in macOS desktop apps
Key features
  • Native file picker UI on iOS and macOS
  • Support for file and directory selection
  • Secure file access via system permissions
  • Cross-platform consistency with file_picker
  • Built-in support for file saving operations
Suitable for
  • iOS app developers needing file selection
  • macOS desktop Flutter apps requiring file I/O
  • Apps that handle document imports or exports
  • Developers using the file_picker plugin stack
  • Projects requiring native file system integration
Considerations
  • Requires proper iOS/macOS permission settings
  • Limited to Darwin platforms (iOS and macOS)
  • Dependent on the main file_picker package
  • May require additional configuration for sandboxed environments
  • File access restricted by app sandbox policies
Supported platformsiOSmacOS

Install package

flutter pub add file_picker_darwin

Categories

Dependencies

Dependency list 3 items

Source repository

Related projects

No data available yet.

Rankings