file_picker_next 0.1.1 copy "file_picker_next: ^0.1.1" to clipboard
file_picker_next: ^0.1.1 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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_picker_next

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  file_picker_next: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:file_picker_next/file_picker_next.dart';
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