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_platform_interface/lib/src/platform_interface/image_picker_platform.dart
+3
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,9 @@ abstract class ImagePickerPlatform extends PlatformInterface {
120
120
/// The `source` argument controls where the image comes from. This can
121
121
/// be either [ImageSource.camera] or [ImageSource.gallery].
122
122
///
123
+
/// Where iOS supports HEIC images, Android 8 and below doesn't. Android 9 and above only support HEIC images if used
124
+
/// in addition to a size modification, of which the usage is explained below.
125
+
///
123
126
/// If specified, the image will be at most `maxWidth` wide and
124
127
/// `maxHeight` tall. Otherwise the image will be returned at it's
0 commit comments