Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 0045f0f

Browse files
committed
Resolved additional feedback
1 parent 5ac0447 commit 0045f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/camera/camera/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Method changes in `CameraController`:
66
- The `takePicture` method no longer accepts the `path` parameter, but instead returns the captured image as an instance of the `XFile` class;
77
- The `startVideoRecording` method no longer accepts the `filePath`. Instead the recorded video is now returned as a `XFile` instance when the `stopVideoRecording` method completes;
88
- The `stopVideoRecording` method now returns the captured video when it completes;
9-
- Added the `buildPreview` method which replaces the seperate `CameraPreview` widget.
9+
- Added the `buildPreview` method which is now used to implement the CameraPreview widget.
1010

1111
## 0.5.8+17
1212

0 commit comments

Comments
 (0)