image_crafter 0.0.4
image_crafter: ^0.0.4 copied to clipboard
A Dart package that provides utility functions for selecting, cropping, and processing images, along with an example usage in a Flutter app.
We analyzed this package 13 days ago, and awarded it 140 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
9 out of 12 API elements (75.0 %) have documentation comments.
Some symbols that are missing documentation: image_crafter, image_crafter.CustomAspectRatio, image_crafter.ImageUtility.ImageUtility.new.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
These platforms are not supported:
Package does not support platform `Windows`.
Because:
package:image_crafter/image_crafter.dartthat imports:package:image_crafter/src/image_crafter.dartthat imports:package:image_cropper/image_cropper.dartthat declares support for platforms:Android,iOS,Web.
Package does not support platform `Linux`.
Because:
package:image_crafter/image_crafter.dartthat imports:package:image_crafter/src/image_crafter.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows.
Package does not support platform `macOS`.
Because:
package:image_crafter/image_crafter.dartthat imports:package:image_crafter/src/image_crafter.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows.
Package does not support platform `Web`.
Because:
package:image_crafter/image_crafter.dartthat imports:package:image_crafter/src/image_crafter.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Angle brackets will be interpreted as HTML.
lib/src/image_crafter.dart:25:87
╷
25 │ /// The [imageQuality] parameter determines the quality of the compressed image.List<CustomAspectRatio> customAspectRatios,
│ ^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/image_crafter.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
cupertino_icons |
^1.0.2 |
1.0.8 | 1.0.8 | |
flutter_image_compress |
^2.0.3 |
2.4.0 | 2.4.0 | |
image_cropper |
^5.0.0 |
5.0.1 | 11.0.0 | |
image_picker |
^1.0.2 |
1.2.1 | 1.2.1 | |
path_provider |
^2.1.0 |
2.1.5 | 2.1.5 | |
permission_handler |
^10.4.3 |
10.4.5 | 12.0.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^5.0.0` on image_cropper does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions image_cropper to update the constraint.
The constraint `^10.4.3` on permission_handler does not support the stable version `11.0.0`.
Try running dart pub upgrade --major-versions permission_handler 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.3, Flutter 3.38.4, Dart 3.10.3.
Check the analysis log for details.