flutter_xmp 0.0.1 copy "flutter_xmp: ^0.0.1" to clipboard
flutter_xmp: ^0.0.1 copied to clipboard

outdated

A Flutter library to deal with Images XMP data extraction using native implementation for both Android and iOS

Flutter XMP #

A Flutter library to deal with Images XMP data extraction using native implementation for both Android and iOS.

Getting Started #

dependencies:
  flutter_xmp: ^0.0.1

Import the package:

import 'package:flutter_xmp/flutter_xmp.dart';

Use the extractXMPFrom static method and you're done!

Map<String, dynamic> xmpData = await FlutterXmp.extractXMPFrom(url: "https://images.com/my-awesome-image.jpg");

Obs: For now the package works only with remote images.

Screeshots #

Android Screenshot

iOS Screenshot

Next steps: #

  • Extract XMP info from remote images
  • Extract XMP info from local images
3
likes
0
pub points
4%
popularity

Publisher

unverified uploader

A Flutter library to deal with Images XMP data extraction using native implementation for both Android and iOS

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_xmp