file_picker_next 0.1.2
file_picker_next: ^0.1.2 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.2 #
- Added iOS podspec file for proper CocoaPods integration.
- Updated minimum iOS version requirement to 15.0.
0.1.1 #
- Renamed Android package to
com.swarupdev.file_picker_next. - Fixed Android build configuration (added missing
build.gradleandAndroidManifest.xml).
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