forked from flutter/packages
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[image_picker] Improve image_picker for iOS to handle more image types (
flutter#6812) * Improve image picker for ios to handle more image types * Update release info * different svg, remove raw test * change pro raw image * change pro raw image * add error log * fix formatting * fix image identifiers in test * get image type identifier from itemProvider in test
- Loading branch information
Showing
12 changed files
with
133 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+92 Bytes
packages/image_picker/image_picker_ios/example/ios/TestImages/bmpImage.bmp
Binary file not shown.
Binary file added
BIN
+3.13 KB
packages/image_picker/image_picker_ios/example/ios/TestImages/heicImage.heic
Binary file not shown.
Binary file added
BIN
+354 Bytes
packages/image_picker/image_picker_ios/example/ios/TestImages/icnsImage.icns
Binary file not shown.
Binary file added
BIN
+139 Bytes
packages/image_picker/image_picker_ios/example/ios/TestImages/icoImage.ico
Binary file not shown.
Binary file added
BIN
+7.91 KB
packages/image_picker/image_picker_ios/example/ios/TestImages/proRawImage.dng
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
packages/image_picker/image_picker_ios/example/ios/TestImages/svgImage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.09 KB
packages/image_picker/image_picker_ios/example/ios/TestImages/tiffImage.tiff
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters