cached_image 0.0.2
cached_image: ^0.0.2 copied to clipboard
Easily cache your images & save bandwidth Topics Resources
We analyzed this package 16 hours ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/zzterrozz/cached_image was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("0.0.2").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
251 out of 323 API elements (77.7 %) have documentation comments.
Some symbols that are missing documentation: cached_fadein_image, cached_fadein_image.CachedImage, cached_fadein_image.CachedImage.CachedImage.new, cached_fadein_image.CachedImage.fit, cached_fadein_image.CachedImage.height.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
These platforms are not supported:
Package does not support platform `Linux`.
Because:
package:cached_image/cached_image.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows.
Package does not support platform `macOS`.
Because:
package:cached_image/cached_image.dartthat imports:package:permission_handler/permission_handler.dartthat declares support for platforms:Android,iOS,Windows.
Package does not support platform `Web`.
Because:
package:cached_image/cached_image.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: The referenced identifier is a wildcard.
lib/widget/cached_image.dart:167:133
╷
167 │ onVisibilityChanged: !isInitiating && imageDownloadStatus == ImageDownloadStatus.initial ? (_) async => _.visibleFraction > 0 ? await init() : null : null,
│ ^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/widget/cached_image.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
dio |
^4.0.6 |
4.0.6 | 5.9.0 | |
flat_buffers |
^2.0.5 |
2.0.5 | 25.9.23 | |
objectbox |
^1.6.2 |
1.7.2 | 5.1.0 | |
objectbox_flutter_libs |
^1.6.2 |
1.7.2 | 5.1.0 | |
path |
^1.8.2 |
1.9.1 | 1.9.1 | |
path_provider |
^2.0.11 |
2.1.5 | 2.1.5 | |
permission_handler |
^10.0.0 |
10.4.5 | 12.0.1 | |
uuid |
^3.0.6 |
3.0.7 | 4.5.2 | |
visibility_detector |
^0.3.3 |
0.3.3 | 0.4.0+2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.0 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.1.5 | 2.1.5 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
path_provider_android |
- | 2.2.22 | 2.2.22 | |
path_provider_foundation |
- | 2.5.1 | 2.5.1 | |
path_provider_linux |
- | 2.2.1 | 2.2.1 | |
path_provider_platform_interface |
- | 2.1.2 | 2.1.2 | |
path_provider_windows |
- | 2.3.0 | 2.3.0 | |
permission_handler_android |
- | 10.3.6 | 13.0.1 | |
permission_handler_apple |
- | 9.1.4 | 9.4.7 | |
permission_handler_platform_interface |
- | 3.12.0 | 4.3.0 | |
permission_handler_windows |
- | 0.1.3 | 0.2.1 | |
platform |
- | 3.1.6 | 3.1.6 | |
plugin_platform_interface |
- | 2.1.8 | 2.1.8 | |
source_span |
- | 1.10.1 | 1.10.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.2.0 | 2.2.0 | |
xdg_directories |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 7 issues. Showing the first 2:
The constraint `^4.0.6` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio to update the constraint.
The constraint `^2.0.5` on flat_buffers does not support the stable version `23.5.26`.
Try running dart pub upgrade --major-versions flat_buffers 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.5, Dart 3.10.4.
Check the analysis log for details.