FLUTTER ECOSYSTEM

android_file_picker

Android implementation of the file_picker plugin, supporting file picking, saving, and Storage Access Framework (SAF) URI grants.

Latest version
2.0.0
30-day downloads
555K
Likes
0
Pub points
160

Package Overview

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

Overview

A Flutter plugin providing Android-specific file picking, saving, and Storage Access Framework (SAF) URI grant functionality. It enables users to select files and directories through the native Android file picker, securely manage file access using SAF, and save files with proper permissions. Designed as an implementation for the broader file_picker plugin, it ensures compatibility with Android's storage model and modern security practices. Ideal for apps requiring robust file operations on Android devices.

Use cases
  • Selecting files from device storage
  • Saving files using SAF
  • Granting temporary file access via URI
  • Integrating with Android's storage system
  • Handling large file transfers
  • Supporting external storage devices
Key features
  • Android-only file picking
  • SAF URI grant support
  • Secure file access management
  • Integration with native Android file picker
  • File saving with permission handling
  • Cross-platform consistency when used with file_picker
Suitable for
  • Android-focused Flutter apps
  • Apps needing secure file access
  • Developers using SAF for storage
  • File management features in mobile apps
  • Apps requiring external storage support
Considerations
  • Limited to Android platform
  • Requires proper manifest permissions
  • Depends on parent file_picker package
  • May need additional runtime permission checks
  • Not suitable for iOS or web
  • SAF behavior varies across Android versions
Supported platformsAndroid

Install package

flutter pub add android_file_picker

Categories

Dependencies

Dependency list 3 items

Source repository

Related projects

No data available yet.

Rankings