You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[camera] Added maxVideoDuration to startVideoRecording (flutter#3365)
* Added maxVideoDuration to startVideoRecording
* updated documentation
Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
* updated documentation
Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
* Fixed long line in docs
* Formatting
Co-authored-by: Maurits van Beusekom <maurits@vnbskm.nl>
Copy file name to clipboardExpand all lines: packages/camera/camera_platform_interface/CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## 1.1.0
2
+
3
+
- Added an optional `maxVideoDuration` parameter to the `startVideoRecording` method, which allows implementations to limit the duration of a video recording.
4
+
1
5
## 1.0.4
2
6
3
7
- Added the torch option to the FlashMode enum, which when implemented indicates the flash light should be turned on continuously.
0 commit comments