image_picker_totalxsoftware library
Classes
- ImagePickerTotalxsoftware
- A utility class for image picking, cropping, and uploading to Firebase Storage.
Enums
- CropAspectRatioPreset
- Enum that defines various aspect ratio presets for image cropping.
- CropStyle
- Enum to define the cropping style: rectangle or circle.
- ImageSource
- Enum to define the source of the image: camera or gallery.
Functions
-
hlmapAspectRatioPreset(
String name) → CropAspectRatioPreset -
Maps a string name to the corresponding
hl_image_picker.CropAspectRatioPreset
. -
mapAspectRatioPreset(
String name) → CropAspectRatioPreset -
Maps a string name to the corresponding
image_cropper.CropAspectRatioPreset
.