Skip to content

Releases: Nerojust/JetImagePicker

v2.0.0 — Image cropping

Choose a tag to compare

@Nerojust Nerojust released this 02 Aug 21:33

Added

  • Optional automatic crop step: JetImagePickerConfig.enableCrop + CropAspectRatio (Free, Square, Custom(ratioX, ratioY)). Runs between picking/capturing and compression, rendered automatically via easycrop with no extra composable required from consumers. Applies whenever exactly one image is in play — always for camera capture, and for gallery picks only when a single image was selected.
  • Example app demonstrates the crop feature with a live toggle (defaults to square crop).

Full Changelog: v1.0.1...v2.0.0

Image Picker Library update

Choose a tag to compare

@Nerojust Nerojust released this 01 Aug 21:33
916637a

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@Nerojust Nerojust released this 07 Jul 05:33

Full Changelog: v1...v1.0.0