zuraffa_file_picker_android 1.0.1
zuraffa_file_picker_android: ^1.0.1 copied to clipboard
The Android implementation of zuraffa_file_picker (Storage Access Framework): pick files, save documents and pick directories via the system document picker.
zuraffa_file_picker_android #
The Android implementation of zuraffa_file_picker: the Storage Access Framework document picker (ACTION_OPEN_DOCUMENT / ACTION_CREATE_DOCUMENT / ACTION_OPEN_DOCUMENT_TREE) behind the shared MethodChannel protocol.
This package is endorsed by zuraffa_file_picker — add the app-facing
package plus this one and the OS picker is wired automatically at
startup:
dependencies:
zuraffa_file_picker: ^0.1.0
zuraffa_file_picker_android: ^0.1.0
Picked documents are copied into the app cache so the returned descriptor always carries a readable filesystem path; no storage permission is required (the system document picker grants access).