android_file_picker 1.0.1
android_file_picker: ^1.0.1 copied to clipboard
Android implementation of the file_picker plugin, supporting file picking, saving, and Storage Access Framework (SAF) URI grants.
// An example demonstrating the usage of android_file_picker.
import 'package:android_file_picker/android_file_picker.dart';
void main() {
FilePickerAndroid.registerWith();
print('Registered android_file_picker implementation.');
}