HLImagePicker class

Constructors

HLImagePicker()

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
openCamera({HLCameraOptions? cameraOptions, bool? cropping, HLCropOptions? cropOptions, LocalizedImageCropper? localized}) Future<HLPickerItem>
Take a photo or record a video
openCropper(String imagePath, {HLCropOptions? cropOptions, LocalizedImageCropper? localized}) Future<HLPickerItem>
Open image cropper
openPicker({List<String>? selectedIds, HLPickerOptions? pickerOptions, bool? cropping, HLCropOptions? cropOptions, LocalizedImagePicker? localized}) Future<List<HLPickerItem>>
Select images or videos from a library
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platform → HLImagePickerPlatform
no setter