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
/// The `preferredCameraDevice` is ignored when `source` is [ImageSource.gallery]. It is also ignored if the chosen camera is not supported on the device.
161
154
/// Defaults to [CameraDevice.rear].
162
155
///
163
-
/// Use `forceFullMetaData` to force retrieve the full meta data of the content picked. Defaults to `true`
164
-
/// Some platforms require less permissions for getting images/videos without their full metadata,
165
-
/// when this flag is false the plugin fetches the image in a way that requires minimal extra permissions
166
-
/// from the platform (e.g on iOS the plugin won’t ask for the XXX permission).
167
-
/// When this flag is true the plugin tries to get the full image/video metadata which may prompt extra permission requests.
168
-
///
169
156
/// In Android, the MainActivity can be destroyed for various fo reasons. If that happens, the result will be lost
170
157
/// in this call. You can then call [getLostData] when your app relaunches to retrieve the lost data.
0 commit comments