lantern_client 0.1.3
lantern_client: ^0.1.3 copied to clipboard
Pure Dart client SDK for Lantern, an in-memory graph key-vertex store with TTL-aware vertices and edges.
We analyzed this package 3 days ago, and awarded it 140 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
401 out of 401 API elements (100.0 %) have documentation comments.
10/10 points: Package has an example
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:lantern_client/lantern_client.dartthat imports:package:lantern_client/src/client.dartthat imports:package:connectrpc/io.dartthat imports:package:connectrpc/src/io.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 1620 issues. Showing the first 2:
INFO: Missing documentation for a public member.
lib/src/gen/google/protobuf/duration.pb.dart:81:11
╷
81 │ factory Duration({
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/gen/google/protobuf/duration.pb.dart
INFO: Missing documentation for a public member.
lib/src/gen/google/protobuf/duration.pb.dart:93:20
╷
93 │ factory Duration.fromBuffer($core.List<$core.int> data,
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/gen/google/protobuf/duration.pb.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
connectrpc |
>=1.0.0 <2.0.0 |
1.0.0 | 1.0.0 | |
fixnum |
^1.1.1 |
1.1.1 | 1.1.1 | |
protobuf |
>=4.2.0 <5.0.0 |
4.2.0 | 6.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
http2 |
- | 2.3.1 | 2.3.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
path |
- | 1.9.1 | 1.9.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `>=4.2.0 <5.0.0` on protobuf does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions protobuf 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.14, Dart 3.12.2.
Check the analysis log for details.