meta_photo_picker 0.0.3 copy "meta_photo_picker: ^0.0.3" to clipboard
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_picker

This 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.3

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:meta_photo_picker/meta_photo_picker.dart';
1
likes
140
points
279
downloads

Publisher

unverified uploader

Weekly Downloads

A privacy-first Flutter plugin for picking photos with detailed metadata. Uses PHPicker on iOS (no permission required) and wechat_assets_picker on Android.

Repository (GitHub)
View/report issues

Topics

#image-picker #photo-picker #phpicker #image #photos

Documentation

API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, path, permission_handler, photo_manager, plugin_platform_interface, wechat_assets_picker

More

Packages that depend on meta_photo_picker

Packages that implement meta_photo_picker