dartlcemodel 0.1.2 copy "dartlcemodel: ^0.1.2" to clipboard
dartlcemodel: ^0.1.2 copied to clipboard

A Dart library for data loading with reactive cache and loading state.

0
likes
140/ 160
pub points
0%
popularity

We analyzed this package 5 days ago, and awarded it 140 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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.

OK
Provide documentation
20 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

224 out of 238 API elements (94.1 %) have documentation comments.

Some symbols that are missing documentation: dartlcemodel_cache.AlwaysValid.instance, dartlcemodel_cache.DataWithCacheKey.cacheKey, dartlcemodel_cache.DataWithCacheKey.data, dartlcemodel_cache.EntityValidatorMixin.validator, dartlcemodel_cache.NeverValid.instance.

10/10 points: Package has an example

failed
Platform support
20 / 20trigger folding of the section

20/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.dart that imports:
  • package:dartlcemodel/src/cache/isolate_cache_delegate.dart that imports:
  • dart:isolate

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:dartlcemodel/dartlcemodel_cache.dart that imports:
  • package:dartlcemodel/src/cache/isolate_cache_delegate.dart that imports:
  • dart:isolate

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.

failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 39 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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

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.22.12, Dart 3.5.2.

Check the analysis log for details.

0
likes
140
pub points
0%
popularity

Publisher

verified publishermotorro.com

A Dart library for data loading with reactive cache and loading state.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on dartlcemodel