image_compress_plus_platform_interface 2.1.1 copy "image_compress_plus_platform_interface: ^2.1.1" to clipboard
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_plus 3.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 ImageCompressPlusPlatform method signatures by renaming named parameters from minWidth/minHeight/format to targetWidth/targetHeight/targetFormat.
  • BREAKING: remove inSampleSize from the platform interface compression methods and remove ignoreCheckSupportPlatform from ImageCompressPlusPlatform.
  • BREAKING: simplify ImageCompressPlusValidator by removing MethodChannel-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.5 #

  • DOCS: The first version for OpenHarmony. (5fcab8da)

1.0.4 #

  • FEAT: Implement toString for CompressError. (#279)

1.0.3 #

1.0.2 #

1.0.1 #

  • Change sdk constraint to >=2.12.0 <4.0.0.

1.0.0 #

  • The first version for migrate to platform interface.