isolate_image_compress 3.0.0
isolate_image_compress: ^3.0.0 copied to clipboard
IsolateImageCompress is a package to compress and resize the images in isolate (IsolateFlutter).
3.0.0 26/07/2026 #
- Breaking: require Flutter
>=3.35.0/ Dart^3.9.0. Earlier SDKs are no longer supported. - Breaking: depend on
isolate_flutter: ^4.0.0. - Update
imageto^4.9.1. Note thatimage4.x declares its ownImageFormat, which collides with this package's. If you import both libraries, hide one of them, e.g.import 'package:image/image.dart' hide ImageFormat;. - Switch linting to
flutter_lints ^6.0.0. - Add a test suite covering compression, resizing and resolution handling.
2.0.0 05/01/2023 #
- Update a dependency to the latest release.
1.0.0 06/04/2022 #
- Initial package.