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.
Libraries
- android_file_picker
- The Android implementation of the
file_pickerplugin.