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

Commit 1404e0c

Browse files
committed
Attempt to fix dependency problem building all plugins
1 parent 890cb90 commit 1404e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/camera/camera_platform_interface/lib/src/events/camera_event.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ class VideoRecordedEvent extends CameraEvent {
242242
final XFile file;
243243

244244
/// Maximum duration of the recorded video.
245-
final Duration maxVideoDuration;
245+
final Duration? maxVideoDuration;
246246

247247
/// Build a VideoRecordedEvent triggered from the camera with the `cameraId`.
248248
///

0 commit comments

Comments
 (0)