image_compress_plus_linux 3.0.0
image_compress_plus_linux: ^3.0.0 copied to clipboard
Linux implementation of image_compress_plus.
3.0.0 #
- BREAKING: adopt
image_compress_plus_platform_interface4.0. - BREAKING: raise the minimum requirements to Dart 3.9 and Flutter 3.10.
- BREAKING: rename platform method parameters to
targetWidth,targetHeight, andtargetFormat. - BREAKING: remove Dart-side format support checks and the public
inSampleSizeplatform 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.1 #
- Change sdk constraint to
>=2.12.0 <4.0.0.
1.0.0 #
- The first version for migrate to platform interface.