isolate_image_compress 1.0.0
isolate_image_compress: ^1.0.0 copied to clipboard
IsolateImageCompress is a package to compress and resize the images in isolate (IsolateFlutter).
We analyzed this package 2 days ago, and awarded it 150 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
24 out of 46 API elements (52.2 %) have documentation comments.
Some symbols that are missing documentation: isolate_image_compress, isolate_image_compress.CompressOnIsolateImage, isolate_image_compress.CompressOnListInt, isolate_image_compress.CompressOnUint8List, isolate_image_compress.CompressParams.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:isolate_image_compress/isolate_image_compress.dartthat imports:package:isolate_image_compress/src/compress_format/index.dartthat imports:package:isolate_image_compress/src/compress_format/compress_tga.dartthat imports:package:isolate_image_compress/src/resize_utils.dartthat imports:package:isolate_image_compress/src/entity/isolate_image.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
image |
^3.0.0 |
3.3.0 | 4.7.2 | |
isolate_flutter |
^2.0.0 |
2.0.0 | 3.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.0 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.1 | 7.0.1 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xml |
- | 6.6.1 | 6.6.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.0.0` on image does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions image to update the constraint.
The constraint `^2.0.0` on isolate_flutter does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions isolate_flutter to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.5, Flutter 3.38.6, Dart 3.10.7.
Check the analysis log for details.