image_picker_widget library

Functions

changeImage(BuildContext context, Widget modal, bool shouldCrop, CroppedImageOptions? croppedImageOptions, ImagePickerOptions? imagePickerOptions) Future<File?>
Alters the actual image
cropImage(XFile file, CroppedImageOptions? croppedImageOptions) Future<File?>
Alters the actual image

Typedefs

IndexedWidgetPickerBuilder = Widget Function(BuildContext context, void selectCamera(BuildContext), void selectGallery(BuildContext))
Signature for a function that creates a widget the bottom sheet of the image_picker_widget, in order to select the picker option, camera or gallery