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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add file_picker_nextThis 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.2Alternatively, 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';