FlutterNativeImage class

Constructors

FlutterNativeImage()

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

compressImage(String fileName, {int percentage = 70, int quality = 70, int targetWidth = 0, int targetHeight = 0}) → Future<File>
Compress an image
cropImage(String fileName, int originX, int originY, int width, int height) → Future<File>
Crops an image
getImageProperties(String fileName) → Future<ImageProperties>
Gets the properties of an image