grpc_york 3.2.3 copy "grpc_york: ^3.2.3" to clipboard
grpc_york: ^3.2.3 copied to clipboard

Dart implementation of gRPC, a high performance, open-source universal RPC framework. Support to run in HarmonyOS flutter, compatible with dart 2.19.6.

105/ 160
pub points
12
downloads

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

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

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

Repository has no matching pubspec.yaml with name: grpc_york.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: grpc_york,
    • contains a version property, and,
    • does not contain a publish_to property.

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

Failed check 0/5 points: Provide a valid CHANGELOG.md

`CHANGELOG.md` does not contain reference to the current version ("3.2.3").

Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.

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

Detected license: Apache-2.0.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

622 out of 1097 API elements (56.7 %) have documentation comments.

Some symbols that are missing documentation: grpc, grpc.BackoffStrategy, grpc.BadRequest, grpc.BadRequest.BadRequest.fromBuffer, grpc.BadRequest.BadRequest.fromJson.

Passed check 10/10 points: Package has an example

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

Failed check 0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

These platforms are not supported:

Package not compatible with platform Android

Because:

  • package:grpc_york/grpc_web.dart that imports:
  • package:grpc_york/src/client/web_channel.dart that imports:
  • package:grpc_york/src/client/transport/xhr_transport.dart that imports:
  • dart:html
Package not compatible with platform iOS

Because:

  • package:grpc_york/grpc_web.dart that imports:
  • package:grpc_york/src/client/web_channel.dart that imports:
  • package:grpc_york/src/client/transport/xhr_transport.dart that imports:
  • dart:html
Package not compatible with platform Windows

Because:

  • package:grpc_york/grpc_web.dart that imports:
  • package:grpc_york/src/client/web_channel.dart that imports:
  • package:grpc_york/src/client/transport/xhr_transport.dart that imports:
  • dart:html
Package not compatible with platform Linux

Because:

  • package:grpc_york/grpc_web.dart that imports:
  • package:grpc_york/src/client/web_channel.dart that imports:
  • package:grpc_york/src/client/transport/xhr_transport.dart that imports:
  • dart:html
Package not compatible with platform macOS

Because:

  • package:grpc_york/grpc_web.dart that imports:
  • package:grpc_york/src/client/web_channel.dart that imports:
  • package:grpc_york/src/client/transport/xhr_transport.dart that imports:
  • dart:html
Package not compatible with platform Web

Because:

  • package:grpc_york/grpc.dart that imports:
  • package:grpc_york/src/shared/streams.dart that imports:
  • package:http2/transport.dart that imports:
  • dart:io
Partially passed report section
Pass static analysis
40 / 50trigger folding of the section

Partially passed check 40/50 points: code has no errors, warnings, lints, or formatting issues

Found 27 issues. Showing the first 2:

INFO: Dangling library doc comment.

lib/grpc_connection_interface.dart:16:1

   ╷
16 │ /// Exports an interface suitable for defining an alternate implementation of
   │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/grpc_connection_interface.dart

INFO: Missing type annotation.

lib/src/client/call.dart:206:26

    ╷
206 │   void onConnectionError(error) {
    │                          ^^^^^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/client/call.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
archive ^3.0.0 3.6.1 4.0.7
async ^2.5.0 2.13.0 2.13.0
crypto ^3.0.0 3.0.7 3.0.7
fixnum ^1.0.0 1.1.1 1.1.1
googleapis_auth ^1.1.0 1.6.0 2.0.0
http >=0.13.0 <2.0.0 1.6.0 1.6.0
http2 ^2.0.0 2.3.1 2.3.1
meta ^1.3.0 1.17.0 1.17.0
protobuf ^3.1.0 3.1.0 6.0.0
Transitive dependencies
Package Constraint Compatible Latest Notes
args - 2.7.0 2.7.0
collection - 1.19.1 1.19.1
google_identity_services_web - 0.3.3+1 0.3.3+1
http_parser - 4.1.2 4.1.2
path - 1.9.1 1.9.1
source_span - 1.10.1 1.10.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.

Found 3 issues. Showing the first 2:

The constraint `^3.0.0` on archive does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions archive to update the constraint.

The constraint `^1.1.0` on googleapis_auth does not support the stable version `2.0.0`.

Try running dart pub upgrade --major-versions googleapis_auth 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.23.5, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
105
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Dart implementation of gRPC, a high performance, open-source universal RPC framework. Support to run in HarmonyOS flutter, compatible with dart 2.19.6.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

archive, async, crypto, fixnum, googleapis_auth, http, http2, meta, protobuf

More

Packages that depend on grpc_york