Flutter XMP

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

pub package

Getting Started

dependencies:
  flutter_xmp: ^1.0.0

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:

  • x Extract XMP info from remote images
  • Extract XMP info from local images

Libraries

flutter_xmp