meta_photo_picker 0.0.3
meta_photo_picker: ^0.0.3 copied to clipboard
A privacy-first Flutter plugin for picking photos with detailed metadata. Uses PHPicker on iOS (no permission required) and wechat_assets_picker on Android.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add meta_photo_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
meta_photo_picker: ^0.0.3Alternatively, 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:meta_photo_picker/meta_photo_picker.dart';