CustomFilePickerServices class

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
recordVideo() Future<File?>
toString() String
A string representation of this object.
inherited
videoPickerDialog(BuildContext context, {bool shouldCrop = true, bool shouldCompress = false, bool onlyShowRecord = false}) Future<File?>

Operators

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

Static Methods

cameraImagePicker(BuildContext context, {CropStyle? cropStyle, CropAspectRatio? aspectRatio}) Future<File?>
compressVideo({required String path}) Future<File>
pickImage(bool isGallery, {CameraDevice prefferedCameraDevice = CameraDevice.rear, CropStyle? cropStyle, CropAspectRatio? aspectRatio}) Future<File?>
pickVideo(BuildContext context, {bool isGallery = true, bool shouldCompress = false}) Future<File?>