flutter_image_compress_macos 1.1.0
flutter_image_compress_macos: ^1.1.0 copied to clipboard
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.1 #
- Update a dependency to the latest release.
1.0.0 #
- The first version of flutter_image_compress_macos.