ImagePickerUtil class

Constructors

ImagePickerUtil.new()
factory

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

cropImage(File imageFile, {CropSettings? cropSettings}) Future<File?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickImageFromCamera({double? maxWidth, double? maxHeight, int? imageQuality, bool enableCrop = false, CropSettings? cropSettings}) Future<File?>
pickImageFromGallery({double? maxWidth, double? maxHeight, int? imageQuality, bool enableCrop = false, CropSettings? cropSettings}) Future<File?>
pickMultipleImages({double? maxWidth, double? maxHeight, int? imageQuality}) Future<List<File>>
pickVideoFromCamera({double? maxDuration, int? quality = 1}) Future<File?>
pickVideoFromGallery({double? maxDuration}) Future<File?>
showCustomImagePicker({bool allowCamera = true, bool allowGallery = true, bool enableCrop = false, CropSettings? cropSettings, Color? primaryColor, Color? backgroundColor, String? title, double? maxWidth, double? maxHeight, int? imageQuality}) Future<File?>
toString() String
A string representation of this object.
inherited

Operators

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