OnXFIle extension

on

Methods

compressImage({int quality = 70, int? minHeight, int? minWidth, int rotate = 0}) Future<XFile>

Available on XFile, provided by the OnXFIle extension

convertToJpg() Future<XFile?>

Available on XFile, provided by the OnXFIle extension

convertToPng() Future<XFile?>

Available on XFile, provided by the OnXFIle extension

cropImageAndConvertTo({ConvertType convertType = ConvertType.jpg, required double aspectRatio, double horizontalPadding = 0}) Future<XFile?>

Available on XFile, provided by the OnXFIle extension

fileSize({int decimal = 1}) Future<String>

Available on XFile, provided by the OnXFIle extension

imageSize() Future<Size>

Available on XFile, provided by the OnXFIle extension

Static Properties

regex RegExp

Available on XFile, provided by the OnXFIle extension

final