camera_android_camerax 0.5.0+26
camera_android_camerax: ^0.5.0+26 copied to clipboard
Android implementation of the camera plugin using the CameraX library.
0.5.0+26 #
- Fixes new lint warnings.
0.5.0+25 #
- Implements
lockCaptureOrientationandunlockCaptureOrientation.
0.5.0+24 #
- Updates example app to use non-deprecated video_player method.
0.5.0+23 #
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Adds
CameraXProxyclass to testJavaObjectcreation and their method calls in the plugin.
0.5.0+22 #
- Fixes
_getResolutionSelectorFromPresetnull pointer error.
0.5.0+21 #
- Changes fallback resolution strategies for camera use cases to look for a higher resolution if neither the desired resolution nor any lower resolutions are available.
0.5.0+20 #
- Implements
setZoomLevel.
0.5.0+19 #
- Implements torch flash mode.
0.5.0+18 #
- Implements
startVideoCapturing.
0.5.0+17 #
- Implements resolution configuration for all camera use cases.
0.5.0+16 #
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
0.5.0+15 #
- Explicitly removes
READ_EXTERNAL_STORAGEpermission that may otherwise be implied fromWRITE_EXTERNAL_STORAGE.
0.5.0+14 #
- Wraps classes needed to implement resolution configuration for video recording.
0.5.0+13 #
- Migrates
styleFromusage in examples off of deprecatedprimaryandonPrimaryparameters.
0.5.0+12 #
- Wraps classes needed to implement resolution configuration for image capture, image analysis, and preview.
- Removes usages of deprecated APIs for resolution configuration.
- Bumps CameraX version to 1.3.0-beta01.
0.5.0+11 #
- Fixes issue with image data not being emitted after relistening to stream returned by
onStreamedFrameAvailable.
0.5.0+10 #
- Implements off, auto, and always flash mode configurations for image capture.
0.5.0+9 #
- Marks all Dart-wrapped Android native classes as
@immutable. - Updates
CONTRIBUTING.mdto note requirements of Dart-wrapped Android native classes.
0.5.0+8 #
- Fixes unawaited_futures violations.
0.5.0+7 #
- Updates Guava version to 32.0.1.
0.5.0+6 #
- Updates Guava version to 32.0.0.
0.5.0+5 #
- Updates
README.mdto fully cover unimplemented functionality.
0.5.0+4 #
- Removes obsolete null checks on non-nullable values.
0.5.0+3 #
- Fixes Java lints.
0.5.0+2 #
- Adds a dependency on kotlin-bom to align versions of Kotlin transitive dependencies.
- Removes note in
README.mdregarding duplicate Kotlin classes issue.
0.5.0+1 #
- Update
README.mdto include known duplicate Kotlin classes issue.
0.5.0 #
-
Initial release of this
cameraimplementation that supports:- Image capture
- Video recording
- Displaying a live camera preview
- Image streaming
See
README.mdfor more details on the limitations of this implementation.