jpl_grpc_pubsub 3.0.0
jpl_grpc_pubsub: ^3.0.0 copied to clipboard
Wrapper client around the gRPC based APIs for Google Pub/Sub that supports streaming and retries.
We analyzed this package 12 days ago, and awarded it 120 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
Repository URL doesn't exist.
At the time of the analysis https://github.com/Rodsevich/jpl/tree/main/packages/jpl_grpc_pubsub was unreachable. Make sure that the website is reachable via HEAD requests.
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: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
36 out of 84 API elements (42.9 %) have documentation comments.
Some symbols that are missing documentation: jpl_grpc_pubsub, jpl_grpc_pubsub.OwnerClient, jpl_grpc_pubsub.OwnerClient.OwnerClient.new, jpl_grpc_pubsub.OwnerClient.baseClient, jpl_grpc_pubsub.PubsubClient.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add 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:jpl_grpc_pubsub/jpl_grpc_pubsub.dartthat imports:package:jpl_grpc_pubsub/src/pubsub_client.dartthat imports:package:grpc/grpc_or_grpcweb.dartthat imports:package:grpc/src/client/options.dartthat imports:package:grpc/src/client/transport/http2_credentials.dartthat imports:package:grpc/src/shared/security.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
WARNING: Returning a 'Future' without 'await' inside a try block.
lib/src/pubsub_client.dart:1248:7
╷
1248 │ return response;
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/pubsub_client.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
grpc |
^5.0.0 |
5.0.0 | 5.1.0 | |
http |
^1.6.0 |
1.6.0 | 1.6.0 | |
jpl_grpc_googleapis |
^4.0.45 |
4.0.45 | 4.0.45 | |
jpl_grpc_protobuf_convert |
^4.0.0 |
4.0.0 | 4.0.0 | |
logging |
^1.3.0 |
1.3.0 | 1.3.0 | |
meta |
^1.10.0 |
1.19.0 | 1.19.0 | |
protobuf |
^5.1.0 |
5.1.0 | 6.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.1 | 2.13.1 | |
clock |
- | 1.1.3 | 1.1.3 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
google_cloud |
- | 0.5.0 | 0.5.0 | |
google_identity_services_web |
- | 0.3.3+1 | 0.3.3+1 | |
googleapis_auth |
- | 2.3.3 | 2.3.3 | |
http2 |
- | 2.3.1 | 2.3.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
path |
- | 1.9.1 | 1.9.1 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.2 | 1.12.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 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^5.1.0` on protobuf does not support the stable version `6.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.19, Dart 3.13.1.
Check the analysis log for details.