dartlcemodel 0.1.2
dartlcemodel: ^0.1.2 copied to clipboard
A Dart library for data loading with reactive cache and loading state.
We analyzed this package 39 hours ago, and awarded it 130 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: BSD-3-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
224 out of 246 API elements (91.1 %) have documentation comments.
Some symbols that are missing documentation: dartlcemodel_cache.AlwaysValid.instance, dartlcemodel_cache.CacheManager.CacheManager.new, dartlcemodel_cache.DataWithCacheKey.cacheKey, dartlcemodel_cache.DataWithCacheKey.data, dartlcemodel_cache.EntityValidator.EntityValidator.new.
10/10 points: Package has an example
10/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
These issues are present but do not affect the score, because they may not originate in your package:
Package not compatible with platform Web
Because:
package:dartlcemodel/dartlcemodel_cache.dartthat imports:package:dartlcemodel/src/cache/isolate_cache_delegate.dartthat imports:dart:isolate
WASM compatibility:
Package not compatible with runtime wasm
Because:
package:dartlcemodel/dartlcemodel_cache.dartthat imports:package:dartlcemodel/src/cache/isolate_cache_delegate.dartthat imports:dart:isolate
Note: This package supports Web but is not WASM-compatible, resulting in a partial score. See https://dart.dev/web/wasm for details.
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 13 issues. Showing the first 2:
WARNING: Duplicate export.
lib/dartlcemodel_cache.dart:15:8
╷
15 │ export 'src/cache/entity/entity_validator.dart' show EntityValidator;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/dartlcemodel_cache.dart
INFO: Dangling library doc comment.
lib/dartlcemodel_cache.dart:1:1
╷
1 │ /// Cache tools for LCE model
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/dartlcemodel_cache.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.10, Dart 3.11.0.
Check the analysis log for details.