file_picker_next 0.1.2 copy "file_picker_next: ^0.1.2" to clipboard
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.gradle and AndroidManifest.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
2
likes
150
points
270
downloads

Publisher

verified publisherswarup.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#file-picker #storage-access-framework #photo-picker #document-picker #compliance

Documentation

API reference

License

MIT (license)

Dependencies

flutter, image_picker, plugin_platform_interface

More

Packages that depend on file_picker_next

Packages that implement file_picker_next