File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
packages/camera/camera_platform_interface Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 2.3.1
2+
3+ * Exports VideoCaptureOptions to allow dependencies to implement concurrent stream and record
4+
15## 2.3.0
26
37* Adds new capture method for a camera to allow concurrent streaming and recording.
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ export 'flash_mode.dart';
1010export 'focus_mode.dart' ;
1111export 'image_format_group.dart' ;
1212export 'resolution_preset.dart' ;
13+ export 'video_capture_options.dart' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera_
44issue_tracker : https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22
55# NOTE: We strongly prefer non-breaking changes, even at the expense of a
66# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
7- version : 2.3.0
7+ version : 2.3.1
88
99environment :
1010 sdk : ' >=2.12.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments