File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
packages/camera/camera_android_camerax Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- ## NEXT
1+ ## 0.6.5+2
22
3+ * Update to latest stable camerax ` 1.3.3 ` .
34* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
45
56## 0.6.5+1
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
6161
6262dependencies {
6363 // CameraX core library using the camera2 implementation must use same version number.
64- def camerax_version = " 1.3.0-beta01 "
64+ def camerax_version = " 1.3.3 "
6565 implementation " androidx.camera:camera-core:${ camerax_version} "
6666 implementation " androidx.camera:camera-camera2:${ camerax_version} "
6767 implementation " androidx.camera:camera-lifecycle:${ camerax_version} "
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: camera_android_camerax
22description : Android implementation of the camera plugin using the CameraX library.
33repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5- version : 0.6.5+1
5+ version : 0.6.5+2
66
77environment :
88 sdk : ^3.2.0
You can’t perform that action at this time.
0 commit comments