FlutterXmp class

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

Constructors

FlutterXmp()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

extractXMPFrom({required String url, UrlType type = UrlType.remote}) Future<Map<String, dynamic>>
Returns a Map with the extracted XMP data and Image data from a given URL. The data extraction is made on the native side.