iris_camera 1.0.6
iris_camera: ^1.0.6 copied to clipboard
AVFoundation-powered camera toolkit with preview, lens control, and still capture APIs.
1.0.6 #
- Added support for Web platform
1.0.5 #
- Updated example Android minSdk to 26
- Introduced burst progress events
- Increased platform minimums
1.0.4 #
- Implement video recording functions for both Android and iOS
- Fix example for iOS
- Update README for clarity
- Resolve failing tests
- Address Android compile error and workflow issues
1.0.3 #
- Fixed workflow trigger
- Resolved iOS example lender flex error
- Improved Swift tests and implementation
- Added Swift Flutter stubs
- Implemented tests for Swift
- Updated README for clarity
- Removed unnecessary Swift test files
- Enhanced default camera features
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