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

Commit 1aa966b

Browse files
committed
[image_picker] fix web implementation
1 parent f178307 commit 1aa966b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/image_picker/image_picker_for_web/lib/image_picker_for_web.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class ImagePickerPlugin extends ImagePickerPlatform {
5353
double? maxWidth,
5454
double? maxHeight,
5555
int? imageQuality,
56+
bool forceFullMetadata = true,
5657
CameraDevice preferredCameraDevice = CameraDevice.rear,
5758
}) {
5859
String? capture = computeCaptureAttribute(source, preferredCameraDevice);
@@ -115,6 +116,7 @@ class ImagePickerPlugin extends ImagePickerPlatform {
115116
double? maxWidth,
116117
double? maxHeight,
117118
int? imageQuality,
119+
bool forceFullMetadata = true,
118120
CameraDevice preferredCameraDevice = CameraDevice.rear,
119121
}) async {
120122
String? capture = computeCaptureAttribute(source, preferredCameraDevice);

0 commit comments

Comments
 (0)