You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/image_picker/image_picker/lib/image_picker.dart
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ class ImagePicker {
127
127
/// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device.
128
128
/// Defaults to [CameraDevice.rear].
129
129
///
130
-
/// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost
130
+
/// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost
131
131
/// in this call. You can then call [getLostData] when your app relaunches to retrieve the lost data.
132
132
///
133
133
/// The method could throw [PlatformException] if the app does not have permission to access
@@ -314,7 +314,7 @@ class ImagePicker {
314
314
/// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device.
315
315
/// Defaults to [CameraDevice.rear].
316
316
///
317
-
/// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost
317
+
/// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost
318
318
/// in this call. You can then call [retrieveLostData] when your app relaunches to retrieve the lost data.
319
319
///
320
320
/// The method could throw [PlatformException] if the app does not have permission to access
Copy file name to clipboardExpand all lines: packages/image_picker/image_picker_platform_interface/lib/src/platform_interface/image_picker_platform.dart
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ abstract class ImagePickerPlatform extends PlatformInterface {
117
117
/// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device.
118
118
/// Defaults to [CameraDevice.rear].
119
119
///
120
-
/// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost
120
+
/// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost
121
121
/// in this call. You can then call [retrieveLostData] when your app relaunches to retrieve the lost data.
122
122
///
123
123
/// If no images were picked, the return value is null.
@@ -227,7 +227,7 @@ abstract class ImagePickerPlatform extends PlatformInterface {
227
227
/// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device.
228
228
/// Defaults to [CameraDevice.rear].
229
229
///
230
-
/// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost
230
+
/// In Android, the MainActivity can be destroyed for various reasons. If that happens, the result will be lost
231
231
/// in this call. You can then call [getLostData] when your app relaunches to retrieve the lost data.
232
232
///
233
233
/// If no images were picked, the return value is null.
0 commit comments