king_cache 0.0.38 king_cache: ^0.0.38 copied to clipboard
A Flutter package for caching api data to disk and improving app performance. It uses the http package to make api calls and use cache directory to cache data.
We analyzed this package 8 hours 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
63 out of 119 API elements (52.9 %) have documentation comments.
Some symbols that are missing documentation: king_cache
, king_cache.AnalyticsEngine
, king_cache.AnalyticsEngine.AnalyticsEngine
, king_cache.AnalyticsEngine.apiError
, king_cache.AnalyticsEngine.checkoutLog
.
10/10 points: Package has an example
20/20 points: Supports 1 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
- ✓ Android
These platforms are not supported:
Package does not support platform `iOS`.
Because:
package:king_cache/king_cache.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
Package does not support platform `Windows`.
Because:
package:king_cache/king_cache.dart
that imports:package:local_auth/local_auth.dart
that imports:package:local_auth/src/local_auth.dart
that imports:package:local_auth_darwin/local_auth_darwin.dart
that declares support for platforms:iOS
,macOS
.
Package does not support platform `Linux`.
Because:
package:king_cache/king_cache.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `macOS`.
Because:
package:king_cache/king_cache.dart
that imports:package:permission_handler/permission_handler.dart
that declares support for platforms:Android
,iOS
,Windows
,Web
.
Package does not support platform `Web`.
Because:
package:king_cache/king_cache.dart
that imports:package:path_provider/path_provider.dart
that declares support for platforms:Android
,iOS
,Windows
,Linux
,macOS
.
These issues are present but do not affect the score, because they may not originate in your package:
Package does not support platform `Android`.
Because:
package:king_cache/king_cache.dart
that imports:package:package_info_plus/package_info_plus.dart
that imports:package:package_info_plus/src/package_info_plus_windows.dart
that imports:package:package_info_plus/src/file_version_info.dart
that imports:package:win32/win32.dart
that declares support for platforms:Windows
.
0/0 points: WASM compatibility
Package not compatible with runtime wasm
Because:
package:king_cache/king_cache.dart
that imports:package:king_cache/src/cache_via_rest.dart
that imports:dart:io
This package is not compatible with runtime wasm
, and will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
/tmp/pana_XQPTGG/lib/src/cache_via_rest_web.dart doesn't match the Dart formatter.
To format your files run: dart format .
/tmp/pana_XQPTGG/lib/src/device_info.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
device_info_plus |
^11.1.0 |
11.1.1 | 11.1.1 |
firebase_analytics |
^11.3.3 |
11.3.5 | 11.3.5 |
flutter |
flutter |
0.0.0 | 0.0.0 |
http |
^1.2.2 |
1.2.2 | 1.2.2 |
in_app_update |
^4.2.3 |
4.2.3 | 4.2.3 |
intl |
^0.19.0 |
0.19.0 | 0.20.0 |
local_auth |
^2.3.0 |
2.3.0 | 2.3.0 |
logger |
^2.4.0 |
2.4.0 | 2.4.0 |
package_info_plus |
^8.1.0 |
8.1.1 | 8.1.1 |
path_provider |
^2.1.4 |
2.1.5 | 2.1.5 |
permission_handler |
^11.3.1 |
11.3.1 | 11.3.1 |
url_launcher |
^6.3.1 |
6.3.1 | 6.3.1 |
Transitive dependencies
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.19.0` on intl does not support the stable version `0.20.0`, that was published 0 days ago.
When intl is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions intl
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.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.