Skip to content

Commit 8c65881

Browse files
author
Adam Harwood
committed
Export VideoCaptureOptions so that implementers can use it
This should have been done in flutter#6550 but was missed.
1 parent 5c11747 commit 8c65881

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

packages/camera/camera_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

packages/camera/camera_platform_interface/lib/src/types/types.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ export 'flash_mode.dart';
1010
export 'focus_mode.dart';
1111
export 'image_format_group.dart';
1212
export 'resolution_preset.dart';
13+
export 'video_capture_options.dart';

packages/camera/camera_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ repository: https://github.com/flutter/plugins/tree/main/packages/camera/camera_
44
issue_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

99
environment:
1010
sdk: '>=2.12.0 <3.0.0'

0 commit comments

Comments
 (0)