camerapack 0.0.6
camerapack: ^0.0.6 copied to clipboard
A Flutter plugin for custom camera functionalities, including capturing images, flipping cameras, and accessing the gallery.
0.0.5 - 2025-05-26 #
Added #
- iOS: Support for image capture without compression.
- iOS: Integration with
UIImagePickerControllerfor optional gallery capture fallback. - iOS:
onImageCapturedcallback now returns uncompressed image file path.
Changed #
- iOS: Internal image saving logic refactored to use
imageData.write(to:)for full-quality preservation.