camerapack 0.0.7
camerapack: ^0.0.7 copied to clipboard
A Flutter plugin for custom camera functionalities, including capturing images, flipping cameras, and accessing the gallery.
0.0.7 - 2026-01-19 #
Added #
-
iOS: Added persistent button visibility when switching between front and back cameras.
-
iOS: Improved flash toggle functionality for rear camera.
-
iOS: Enhanced UI layout handling for dynamic orientation and device rotation.
-
Android & iOS: Optimized image capture flow with smoother transition between camera states.
Fixed #
-
Fixed issue where camera control buttons disappeared after flipping the camera.
-
Fixed minor layout inconsistencies in CameraViewController.
-
General stability and performance improvements across both platforms.
Changed #
-
Updated README.md with full usage examples and clearer documentation.
-
Code cleanup and UI refactoring for improved maintainability.
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.