file_picker_next 0.1.0
file_picker_next: ^0.1.0 copied to clipboard
A Flutter plugin for picking files that complies with Google Play's Photo and Video Permissions policy. Uses Android Photo Picker and Storage Access Framework instead of requesting READ_MEDIA permissions.
0.1.0 #
- Initial release
- Support for Android Storage Access Framework (no READ_MEDIA permissions needed)
- Support for iOS Document Picker
- Integration with image_picker for photo/video selection
- Pick single or multiple files
- Filter by file extensions
- Save files to Downloads/Documents folder
- Get file metadata (name, size, path, bytes)
- Fully compliant with Google Play's Photo and Video Permissions policy