File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
packages/camera/camera_android_camerax Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.5.0+1
2
+
3
+ * Update ` README.md ` to include known duplicate Kotlin classes issue.
4
+
1
5
## 0.5.0
2
6
3
7
* Initial release of this ` camera ` implementation that supports:
Original file line number Diff line number Diff line change @@ -49,6 +49,15 @@ Any specified `ResolutionPreset` wll go unused in favor of CameraX defaults and
49
49
50
50
` setZoomLevel` is unimplemented.
51
51
52
+ # # Known Issues
53
+
54
+ # ## Receiving `Duplicate class kotlin.*` error
55
+
56
+ If you receive a `Duplicate class kotlin.*` error when using this plugin
57
+ implementation, you may need to update your app's Kotlin version. You can do
58
+ this by finding your app's `android/build.gradle` file and updating the
59
+ ` org.jetbrains.kotlin:kotlin-stdlib-jdk7` dependency to at least version 1.18.10.
60
+
52
61
# # Contributing
53
62
54
63
For more information on contributing to this plugin, see [`CONTRIBUTING.md`](CONTRIBUTING.md).
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Android implementation of the camera plugin using the CameraX libra
3
3
repository : https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
4
4
issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
5
5
6
- version : 0.5.0
6
+ version : 0.5.0+1
7
7
8
8
environment :
9
9
sdk : " >=2.19.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments