Skip to content

Commit 0e6b6a4

Browse files
committed
🐛 Fix #14 .
1 parent a93925e commit 0e6b6a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/widget/camera_picker.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ class CameraPicker extends StatefulWidget {
104104
builder: CameraPicker(
105105
isAllowRecording: isAllowRecording,
106106
isOnlyAllowRecording: isOnlyAllowRecording,
107+
maximumRecordingDuration: maximumRecordingDuration,
107108
theme: theme,
108109
cameraQuarterTurns: cameraQuarterTurns,
109110
textDelegate: textDelegate,

0 commit comments

Comments
 (0)