flutter_xmp

Last updated:

0 purchases

flutter_xmp Image
flutter_xmp Images
Add to Cart

Description:

flutter xmp

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: ^1.0.1
copied to clipboard
Import the package:
import 'package:flutter_xmp/flutter_xmp.dart';
copied to clipboard
Use the extractXMPFrom static method and you're done!
Map<String, dynamic> result = await FlutterXmp.extractXMPFrom(url: "https://images.com/my-awesome-image.jpg");
Map xmpData = result["metadata"]; // A Map containing the extracted XMP data
List<int> imageData = result["image_data"]; // A ByteArray containing the image data
copied to clipboard
Obs: For now the package works only with remote images.
Screeshots #


Next steps: #

✅ Extract XMP info from remote images
❌ Extract XMP info from local images

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.