metadata_extractor 0.0.2 copy "metadata_extractor: ^0.0.2" to clipboard
metadata_extractor: ^0.0.2 copied to clipboard

A powerful metadata extraction implementation for Flutter, enabling rich EXIF and media metadata retrieval.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add metadata_extractor

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

dependencies:
  metadata_extractor: ^0.0.2

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:metadata_extractor/metadata_extractor.dart';
1
likes
160
points
239
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A powerful metadata extraction implementation for Flutter, enabling rich EXIF and media metadata retrieval.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

exif, ffmpeg_kit_flutter_new, flutter, metadata_core, mime, path

More

Packages that depend on metadata_extractor