android_file_picker 1.0.3
android_file_picker: ^1.0.3 copied to clipboard
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.