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