image_compress_plus_linux 3.0.0 copy "image_compress_plus_linux: ^3.0.0" to clipboard
image_compress_plus_linux: ^3.0.0 copied to clipboard

PlatformLinux

Linux implementation of image_compress_plus.

3.0.0 #

  • BREAKING: adopt image_compress_plus_platform_interface 4.0.
  • BREAKING: raise the minimum requirements to Dart 3.9 and Flutter 3.10.
  • BREAKING: rename platform method parameters to targetWidth, targetHeight, and targetFormat.
  • BREAKING: remove Dart-side format support checks and the public inSampleSize platform parameter.
  • BREAKING: validate dimensions, quality values, retry counts, and source/target paths before channel dispatch.

2.0.0 #

  • BREAKING: major version bump to align with image_compress_plus 3.0.0.

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.