dio_cache_interceptor_sembast_store 1.0.0
dio_cache_interceptor_sembast_store: ^1.0.0 copied to clipboard
A DB cache store implementation with Sembast for dio_cache_interceptor package.
We analyzed this package 8 hours ago, and awarded it 80 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
11 out of 20 API elements (55.0 %) have documentation comments.
Some symbols that are missing documentation: dio_cache_interceptor_sembast_store, dio_cache_interceptor_sembast_store.CacheControlObject, dio_cache_interceptor_sembast_store.CacheControlObject.toMap, dio_cache_interceptor_sembast_store.CacheResponseObject, dio_cache_interceptor_sembast_store.CacheResponseObject.toMap.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: Missing concrete implementations of 'CacheStore.deleteFromPath', 'CacheStore.getFromPath', and 'CacheStore.pathExists'.
lib/src/store/dio_cache_interceptor_sembast_store.dart:6:7
╷
6 │ class SembastCacheStore implements CacheStore {
│ ^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/store/dio_cache_interceptor_sembast_store.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.1 | |
dio_cache_interceptor |
^3.2.7 |
3.4.2 | 4.0.5 | |
sembast |
^3.2.0+1 |
3.8.6 | 3.8.6 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
meta |
- | 1.18.1 | 1.18.1 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
synchronized |
- | 3.4.0 | 3.4.0 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 3.0.7 | 4.5.2 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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 `^3.2.7` on dio_cache_interceptor does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions dio_cache_interceptor 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.10, Dart 3.11.0.
Check the analysis log for details.