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

PlatformmacOS

The implementation of macOS for 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, and remove inSampleSize.
  • BREAKING: remove Dart-side format support checks and replace custom validation with common parameter and path validation.

2.0.0 #

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

1.0.3 #

  • FIX: Correct image size calculation for macOS with NSImage (#316). (e67ddf96)

1.0.1 #

  • Update a dependency to the latest release.

1.0.0 #

  • The first version of image_compress_plus_macos.