File tree 3 files changed +9
-3
lines changed 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.6.3+4
2
+
3
+ * Revert previous dependency update: Changed dependency on camera_platform_interface to >=1.04 <1.1.0.
4
+
1
5
## 0.6.3+3
2
6
3
7
* Updated dependency on camera_platform_interface to ^1.2.0.
Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ description: A Flutter plugin for getting information about and controlling the
6
6
7
7
8
8
9
- version : 0.6.3+3
9
+ version : 0.6.3+4
10
10
homepage : https://github.com/flutter/plugins/tree/master/packages/camera/camera
11
11
dependencies :
12
12
flutter :
13
13
sdk : flutter
14
14
15
15
16
+
16
17
# TODO(BeMacized): Replace with reference to pub.dev version once updated platform interface has been published.
17
18
camera_platform_interface :
18
19
git :
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ get mockAvailableCameras => [
28
28
get mockInitializeCamera => 13 ;
29
29
30
30
31
+
32
+
31
33
get mockOnCameraInitializedEvent => CameraInitializedEvent (
32
34
13 ,
33
35
75 ,
@@ -1041,8 +1043,7 @@ class MockCameraPlatform extends Mock
1041
1043
: Future .value (mockTakePicture);
1042
1044
1043
1045
@override
1044
- Future <XFile > startVideoRecording (int cameraId,
1045
- {Duration maxVideoDuration}) =>
1046
+ Future <XFile > startVideoRecording (int cameraId) =>
1046
1047
Future .value (mockVideoRecordingXFile);
1047
1048
}
1048
1049
You can’t perform that action at this time.
0 commit comments