meta_photo_picker 0.0.4 copy "meta_photo_picker: ^0.0.4" to clipboard
meta_photo_picker: ^0.0.4 copied to clipboard

A privacy-first Flutter plugin for picking image files with detailed metadata. Uses native file pickers with image filtering on both iOS and Android (no permissions required).

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.4

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
150
points
225
downloads

Publisher

unverified uploader

Weekly Downloads

A privacy-first Flutter plugin for picking image files with detailed metadata. Uses native file pickers with image filtering on both iOS and Android (no permissions required).

Repository (GitHub)
View/report issues

Topics

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path, plugin_platform_interface

More

Packages that depend on meta_photo_picker

Packages that implement meta_photo_picker