grpc_over_json_rpc 1.0.0
grpc_over_json_rpc: ^1.0.0 copied to clipboard
A Dart library that bridges gRPC/Protobuf generated services with JSON-RPC, allowing you to reuse Protobuf service definitions in JSON-RPC implementations.
We analyzed this package in the last hour, and awarded it 65 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
0/10 points: 20% or more of the public API has dartdoc comments
1 out of 16 API elements (6.3 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: grpc_over_json_rpc, grpc_over_json_rpc.JsonClientMixin, grpc_over_json_rpc.JsonClientMixin.$createCall, grpc_over_json_rpc.JsonClientMixin.$createStreamingCall, grpc_over_json_rpc.JsonClientMixin.$createUnaryCall.
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: 3 positional arguments expected by 'handle', but 2 found.
lib/src/json_server.dart:50:72
╷
50 │ final responses = serviceMethod.handle(serviceCall, requests.stream);
│ ^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/json_server.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
^2.13.0 |
2.13.1 | 2.13.1 | |
grpc |
^4.0.4 |
4.3.1 | 5.1.0 | |
json_rpc_2 |
^3.0.3 |
3.0.3 | 4.1.0 | |
stream_channel |
^2.1.4 |
2.1.4 | 2.1.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
google_cloud |
- | 0.4.1 | 0.4.1 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 2.3.0 | 2.3.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
io |
- | 1.0.5 | 1.0.5 | |
meta |
- | 1.18.2 | 1.18.2 | |
path |
- | 1.9.1 | 1.9.1 | |
protobuf |
- | 5.1.0 | 6.0.0 | |
shelf |
- | 1.4.2 | 1.4.2 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^4.0.4` on grpc does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions grpc to update the constraint.
The constraint `^3.0.3` on json_rpc_2 does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions json_rpc_2 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.12, Dart 3.11.4.
Check the analysis log for details.