Skip to content

Commit bd2175c

Browse files
authored
[camerax] Correct missing features list in README (flutter#4123)
Updates README.md to accurately reflect unimplemented functionality.
1 parent 8cef2dd commit bd2175c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

packages/camera/camera_android_camerax/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0+5
2+
3+
* Updates `README.md` to fully cover unimplemented functionality.
4+
15
## 0.5.0+4
26

37
* Removes obsolete null checks on non-nullable values.

packages/camera/camera_android_camerax/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ Any specified `ResolutionPreset` wll go unused in favor of CameraX defaults and
4949

5050
`setZoomLevel` is unimplemented.
5151

52+
### Some video capture functionality \[[Issue #127896][127896], [Issue #126477][126477]\]
53+
54+
`startVideoCapturing` is unimplemented; use `startVideoRecording` instead.
55+
`onVideoRecordedEvent` is also unimplemented.
56+
5257
## Contributing
5358

5459
For more information on contributing to this plugin, see [`CONTRIBUTING.md`](CONTRIBUTING.md).
@@ -65,4 +70,6 @@ For more information on contributing to this plugin, see [`CONTRIBUTING.md`](CON
6570
[120715]: https://github.com/flutter/flutter/issues/120715
6671
[120468]: https://github.com/flutter/flutter/issues/120468
6772
[120467]: https://github.com/flutter/flutter/issues/120467
68-
[125371]: https://github.com/flutter/flutter/issues/125371
73+
[125371]: https://github.com/flutter/flutter/issues/125371
74+
[126477]: https://github.com/flutter/flutter/issues/126477
75+
[127896]: https://github.com/flutter/flutter/issues/127896

packages/camera/camera_android_camerax/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Android implementation of the camera plugin using the CameraX libra
33
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
55

6-
version: 0.5.0+4
6+
version: 0.5.0+5
77

88
environment:
99
sdk: ">=2.19.0 <4.0.0"

0 commit comments

Comments
 (0)