image_picker_plus_ios 0.0.6
image_picker_plus_ios: ^0.0.6 copied to clipboard
iOS implementation of the image_picker_plus plugin.
0.0.6 #
- Fix iOS image quality nullability handling to preserve interface semantics.
- Avoid false non-JPEG compression warnings when
imageQualityis not provided. - Optimize PHPicker image processing with bounded concurrency and a fast file-copy path when no resize/compression is requested.
- Reduce memory pressure during image and GIF processing.
- Respect
requestFullMetadatain the iOS save pipeline to avoid unnecessary metadata work. - Update package repository URL in
pubspec.yaml. - Remove legacy iOS example app files under
example/ios.
0.0.5 #
- Rename
XFileWithLocalIdentifiertoXFileWithMetadata. - Update
image_picker_plus_platform_interfaceto ^0.0.3.
0.0.4 #
- Include PHAsset
localIdentifierin iOS picker results via Pigeon. - Update example code.
0.0.3 #
- Rewrite iOS plugin from Objective-C to Swift.
- Update minimum iOS deployment target to 14.0.
0.0.2 #
- Fix umbrella header import path from
image_picker_iostoimage_picker_plus_ios.
0.0.1 #
- Initial release of
image_picker_plus_ios. - Forked from
image_picker_iosv0.8.13+4. - Renamed package from
image_picker_iostoimage_picker_plus_ios.