image_compress_plus_platform_interface 2.1.1
image_compress_plus_platform_interface: ^2.1.1 copied to clipboard
The platform interface of image_compress_plus.
2.1.1 #
- FIX: restore the 2.0.x platform interface contract used by
image_compress_plus3.0.0 and its endorsed platform packages. - FIX: restore
minWidth,minHeight,format,inSampleSize,ignoreCheckSupportPlatform, and platform support validation APIs that were removed in 2.1.0.
2.1.0 #
- BREAKING: change
ImageCompressPlusPlatformmethod signatures by renaming named parameters fromminWidth/minHeight/formattotargetWidth/targetHeight/targetFormat. - BREAKING: remove
inSampleSizefrom the platform interface compression methods and removeignoreCheckSupportPlatformfromImageCompressPlusPlatform. - BREAKING: simplify
ImageCompressPlusValidatorby removingMethodChannel-based platform format checks and letting native implementations decide format support. - FEAT: add reusable validator checks for common compression parameters, retry count, and source/target path validation.
2.0.0 #
- BREAKING: major version bump to align with image_compress_plus 3.0.0.
1.0.1 #
- Change sdk constraint to
>=2.12.0 <4.0.0.
1.0.0 #
- The first version for migrate to platform interface.