iris_camera 1.0.2
iris_camera: ^1.0.2 copied to clipboard
AVFoundation-powered camera toolkit with preview, lens control, and still capture APIs.
1.0.2 #
- Improved code formatting
- Updated to meet pub.dev criteria
- Added code comments for clarity
- Resolved makefile issues
- Fixed ignored files
- Addressed pubspec dependency conflicts
1.0.1 #
- Improved overall formatting and output
- Enhanced GitHub workflows for better performance
- Fixed issues with AI model prompt and secret management
- Corrected context collection processes
- Removed unnecessary workflow steps
1.0.0 #
- Added per-lens focus capability flags to avoid unsupported focus calls on some devices.
- Improved example app UI by modularizing widgets and guarding focus/zoom controls per lens.
- Added CI workflows for release tagging and pub publishing to streamline releases.
0.0.1 #
- Initial release of
iris_camera(previouslyios_camera_lens_switcher):- Shared
IrisCameraPreviewwidget wired to the sameAVCaptureSessionused for still capture.- Built-in
enableTapToFocus+onTapFocusgestures, automatic focus indicators, and customizable overlays viaFocusIndicatorStyle.
- Built-in
- Lens discovery + switching via strongly typed
CameraLensDescriptor. - Still-photo capture with flash, optional manual exposure duration, ISO, manual focus (tap-to-focus + lens position), zoom, and custom white balance controls.
- Optional focus indicators via
FocusIndicatorControllerandIrisCameraPreview(showFocusIndicator: true). - Graceful error handling through
CameraLensSwitcherException. - iOS-only implementation; front-facing lenses are temporarily filtered until mirrored preview support is added.
- Shared