flutter_image_compress_macos 1.1.0 copy "flutter_image_compress_macos: ^1.1.0" to clipboard
flutter_image_compress_macos: ^1.1.0 copied to clipboard

PlatformmacOS
unlisted

The implementation of macOS for flutter_image_compress.

1.1.0 #

  • FIX(macOS): offload compression off the AppKit main thread (#398). (3d458027)
  • FIX(*): translate native compress failures to CompressError instead of null (#397). (296af9a3)
  • FIX(macOS): guard remaining force-unwraps in handleImage (#378). (664c18f4)
  • FIX(macOS): stop crashing when CGImageDestinationCreate returns nil (#339, #314) (#371). (99370c8d)
  • FEAT(darwin): migrate to Swift Package Manager (#323). (a77d6c49)

1.0.3 #

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

1.0.2 #

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

1.0.1 #

  • Update a dependency to the latest release.

1.0.0 #

  • The first version of flutter_image_compress_macos.