image_picker_ios 0.8.6 image_picker_ios: ^0.8.6 copied to clipboard
iOS implementation of the image_picker plugin.
0.8.6 #
- Adds
requestFullMetadata
option topickImage
, so images on iOS can be picked withoutPhoto Library Usage
permission. - Updates minimum Flutter version to 2.10.
0.8.5+6 #
- Updates description.
- Ignores unnecessary import warnings in preparation for upcoming Flutter changes.
0.8.5+5 #
- Adds non-deprecated codepaths for iOS 13+.
0.8.5+4 #
- Suppresses warnings for pre-iOS-11 codepaths.
0.8.5+3 #
- Fixes 'messages.g.h' file not found.
0.8.5+2 #
- Minor fixes for new analysis options.
0.8.5+1 #
- Removes unnecessary imports.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
0.8.5 #
- Switches to an in-package method channel based on Pigeon.
- Fixes invalid casts when selecting multiple images on versions of iOS before 14.0.
0.8.4+11 #
- Splits from
image_picker
as a federated implementation.