http_cache_isar_store 3.0.0
http_cache_isar_store: ^3.0.0 copied to clipboard
A DB cache store agnostic HTTP client implementation with Isar.
1
likes
90/ 160
pub points
154
downloads
We analyzed this package 4 days ago, and awarded it 90 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: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
13 out of 14 API elements (92.9 %) have documentation comments.
Some symbols that are missing documentation: http_cache_isar_store.
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: Evaluation of this constant expression throws an exception.
lib/src/store/cache_collection.g.dart:16:21
╷
16 │ const CacheSchema = CollectionSchema(
│ ┌─────────────────────^
17 │ │ name: r'Cache',
18 │ │ id: 1541975981581312059,
19 │ │ properties: {
20 │ │ r'cacheControl': PropertySchema(
21 │ │ id: 0,
22 │ │ name: r'cacheControl',
23 │ │ type: IsarType.string,
24 │ │ ),
25 │ │ r'cacheKey': PropertySchema(
26 │ │ id: 1,
27 │ │ name: r'cacheKey',
28 │ │ type: IsarType.string,
29 │ │ ),
30 │ │ r'content': PropertySchema(
31 │ │ id: 2,
32 │ │ name: r'content',
33 │ │ type: IsarType.longList,
34 │ │ ),
35 │ │ r'date': PropertySchema(
36 │ │ id: 3,
37 │ │ name: r'date',
38 │ │ type: IsarType.dateTime,
39 │ │ ),
40 │ │ r'eTag': PropertySchema(
│ └───^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/store/cache_collection.g.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
http_cache_core |
^1.1.3 |
1.1.3 | 1.1.3 | |
isar_community |
^3.3.0 |
3.3.2 | 3.3.2 | |
isar_community_flutter_libs |
^3.3.0 |
3.3.2 | 3.3.2 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
characters |
- | 1.4.1 | 1.4.1 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ffi |
- | 2.2.0 | 2.2.0 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
js |
- | 0.7.2 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.13.0 | 0.13.0 | |
meta |
- | 1.17.0 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uuid |
- | 4.5.3 | 4.5.3 | |
vector_math |
- | 2.2.0 | 2.3.0 |
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.12, Dart 3.11.2.
Check the analysis log for details.