CustomMultiImagepicker2 class

Constructors

CustomMultiImagepicker2()

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

cameraOrGallery(BuildContext context, {bool useCropper = false, bool useComprasor = false, int length = 1, bool? bottomSheetUI, int? maxWidth, int? maxHeight, String cameraText = 'Camera', String galleryText = 'Gallery', String toolbarFolderTitle = "Folder", String toolbarImageTitle = "Tap to select", String toolbarDoneButtonText = "DONE", bool usecameraInGallery = false, bool enableLogInGallery = false, bool folderModeGallery = true, List<ImagePickerData> oldImages = const <ImagePickerData>[], List<ImagePickerData> excloudImages = const <ImagePickerData>[], CropAspectRatio? croperAspectRatio, List<CropAspectRatioPreset> croperAspectRatioPresets = const [CropAspectRatioPreset.original, CropAspectRatioPreset.square, CropAspectRatioPreset.ratio3x2, CropAspectRatioPreset.ratio4x3, CropAspectRatioPreset.ratio16x9], CropStyle cropStyle = CropStyle.rectangle, ImageCompressFormat compressCroperFormat = ImageCompressFormat.jpg, int compressCroperQuality = 90, AndroidUiSettings? androidCroperUiSettings, IOSUiSettings? iosCroperUiSettings}) Future<List<ImagePickerData>>
cropOnly(ImagePickerData old, {required int maxWidth, required int maxHeight, CropAspectRatio? aspectRatio, List<CropAspectRatioPreset> aspectRatioPresets = const [CropAspectRatioPreset.original, CropAspectRatioPreset.square, CropAspectRatioPreset.ratio3x2, CropAspectRatioPreset.ratio4x3, CropAspectRatioPreset.ratio16x9], CropStyle cropStyle = CropStyle.rectangle, ImageCompressFormat compressFormat = ImageCompressFormat.jpg, int compressQuality = 90, AndroidUiSettings? androidUiSettings, IOSUiSettings? iosUiSettings}) Future<ImagePickerData>
per({List<Permission>? list, _Handlerpermission? type}) Future<Map<Permission, bool>>