image_compress_plus_platform_interface 2.1.0
image_compress_plus_platform_interface: ^2.1.0 copied to clipboard
The platform interface of image_compress_plus.
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.