iris_camera 1.0.6 copy "iris_camera: ^1.0.6" to clipboard
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 (previously ios_camera_lens_switcher):
    • Shared IrisCameraPreview widget wired to the same AVCaptureSession used for still capture.
      • Built-in enableTapToFocus + onTapFocus gestures, automatic focus indicators, and customizable overlays via FocusIndicatorStyle.
    • 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 FocusIndicatorController and IrisCameraPreview(showFocusIndicator: true).
    • Graceful error handling through CameraLensSwitcherException.
    • iOS-only implementation; front-facing lenses are temporarily filtered until mirrored preview support is added.
0
likes
160
points
520
downloads

Publisher

unverified uploader

Weekly Downloads

AVFoundation-powered camera toolkit with preview, lens control, and still capture APIs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on iris_camera

Packages that implement iris_camera