- Fixes crash when
imageQualityis set.
- Fixes authorization status check for iOS14+ so it includes
PHAuthorizationStatusLimited.
- Returns error on image load failure.
- Fixes issue where selectable images of certain types (such as ProRAW images) could not be loaded.
- Fixes issue with crashing the app when picking images with PHPicker without providing
Photo Library Usagepermission.
- Adds
requestFullMetadataoption topickImage, so images on iOS can be picked withoutPhoto Library Usagepermission. - Updates minimum Flutter version to 2.10.
- 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_pickeras a federated implementation.