grpc_over_json_rpc 1.0.0 copy "grpc_over_json_rpc: ^1.0.0" to clipboard
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.

0
likes
85/ 160
pub points
22
downloads

We analyzed this package 40 hours ago, and awarded it 85 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
25 / 30trigger folding of the section

Passed check 10/10 points: Provide a valid pubspec.yaml

Failed check 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.

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Partially passed report section
Provide documentation
10 / 20trigger folding of the section

Partially passed check 0/10 points: 20% or more of the public API has dartdoc comments

0 out of 15 API elements (0.0 %) 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.

Passed check 10/10 points: Package has an example

Failed report section
Platform support
20 / 20trigger folding of the section

Passed check 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:grpc_over_json_rpc/grpc_over_json_rpc.dart that imports:
  • package:grpc_over_json_rpc/src/json_server.dart that imports:
  • package:grpc_over_json_rpc/src/stub_service_call.dart that imports:
  • package:grpc/grpc.dart that imports:
  • package:grpc/src/shared/streams.dart that imports:
  • package:http2/transport.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Unable to detect compatibility with runtime wasm, and this package will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

Failed report section
Pass static analysis
0 / 50trigger folding of the section

Failed check 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

Failed report section
Support up-to-date dependencies
30 / 40trigger folding of the section

Failed check 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.0 2.13.0
grpc ^4.0.4 4.1.0 4.1.0
json_rpc_2 ^3.0.3 3.0.3 4.0.0
stream_channel ^2.1.4 2.1.4 2.1.4
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
crypto - 3.0.6 3.0.6
fixnum - 1.1.1 1.1.1
google_identity_services_web - 0.3.3+1 0.3.3+1
googleapis_auth - 2.0.0 2.0.0
http - 1.4.0 1.4.0
http2 - 2.3.1 2.3.1
http_parser - 4.1.2 4.1.2
meta - 1.17.0 1.17.0
path - 1.9.1 1.9.1
protobuf - 4.1.0 4.1.0
source_span - 1.10.1 1.10.1
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 `^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.

Passed check 10/10 points: Package supports latest stable Dart and Flutter SDKs

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.21, Dart 3.8.1.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
85
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library that bridges gRPC/Protobuf generated services with JSON-RPC, allowing you to reuse Protobuf service definitions in JSON-RPC implementations.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

async, grpc, json_rpc_2, stream_channel

More

Packages that depend on grpc_over_json_rpc