android_file_picker 1.1.0 copy "android_file_picker: ^1.1.0" to clipboard
android_file_picker: ^1.1.0 copied to clipboard

PlatformAndroid

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

android_file_picker #

The Android implementation of file_picker.

Usage #

This package is endorsed, which means you can simply use file_picker as normal, and the Android implementation will be automatically included.

Android setup #

If your app overrides onActivityResult in a custom MainActivity, make sure it calls super.onActivityResult(...) for activities it doesn't handle itself. Otherwise the plugin's own onActivityResult (in FilePickerDelegate) never runs, and picking a file fails silently.

0
likes
160
points
241k
downloads

Documentation

API reference

Publisher

verified publishervictorcarreras.dev

Weekly Downloads

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

Repository (GitHub)
View/report issues
Contributing

Topics

#file-picker #android

License

MIT (license)

Dependencies

cross_file, file_picker_platform_interface, flutter, path

More

Packages that depend on android_file_picker

Packages that implement android_file_picker