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.
1.0.1 #
- Improved package description, added example, and added missing API documentation.
1.0.0 #
- Initial release of Android implementation package for
file_picker. - Removed the Apache Tika dependency (~300 KB) used for MIME type detection in
saveFile(). MIME types are now resolved from the file name extension viaMimeTypeMap, withURLConnection.guessContentTypeFromStreamas a content-sniffing fallback when no extension is available. #2101