fresh_grpc 1.0.0 copy "fresh_grpc: ^1.0.0" to clipboard
fresh_grpc: ^1.0.0 copied to clipboard

An grpc link for token refresh. Built on top of package:grpc and manages authentication tokens transparently.

110/ 160
pub points
39
downloads

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

Failed report section
Follow Dart file conventions
20 / 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

Links in `README.md` should be secure. 1 link is insecure.

README.md:25:49

   ╷
25 │ <p>Please file feature requests and bugs at the <a href="http://example.com/issues/replaceme">issue tracker</a>.</p>
   │                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

Use https URLs instead.

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

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

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: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

31 out of 43 API elements (72.1 %) have documentation comments.

Some symbols that are missing documentation: fresh_grpc, fresh_grpc.FreshGrpc.FreshGrpc.new, fresh_grpc.FreshGrpc.authenticate, fresh_grpc.FreshGrpc.oAuth2, fresh_grpc.FreshGrpc.obtainAccessCredentials.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add 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:fresh_grpc/fresh_grpc.dart that imports:
  • package:fresh_grpc/src/fresh.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

Package not compatible with runtime wasm

Because:

  • package:fresh_grpc/fresh_grpc.dart that imports:
  • package:fresh_grpc/src/fresh.dart that imports:
  • package:grpc/grpc.dart that imports:
  • package:grpc/src/shared/streams.dart that imports:
  • package:grpc/src/shared/status.dart that imports:
  • package:grpc/src/shared/io_bits/io_bits.dart that imports:
  • package:grpc/src/shared/io_bits/io_bits_io.dart that imports:
  • dart:io

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

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

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

Failed check 30/50 points: code has no errors, warnings, lints, or formatting issues

Found 3 issues. Showing the first 2:

WARNING: This 'onError' handler must return a value assignable to 'T', but ends without returning a value.

lib/src/fresh.dart:115:27

    ╷
115 │           .catchError((_) {})
    │                           ^
    ╵

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

INFO: The null check operator shouldn't be used on a variable whose type is a potentially nullable type parameter.

lib/src/fresh.dart:106:37

    ╷
106 │         ? _tokenHeader!(_accessToken!)
    │                                     ^
    ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/fresh.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
fresh ^0.4.1 0.4.4 0.4.4
grpc ^3.2.0 3.2.4 4.3.1
http >=0.13.0 <2.0.0 1.5.0 1.5.0
http2 ^2.2.0 2.3.1 2.3.1
meta ^1.3.0 1.17.0 1.17.0
retry ^3.1.0 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest Notes
archive - 3.6.1 4.0.7
args - 2.7.0 2.7.0
async - 2.13.0 2.13.0
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_identity_services_web - 0.3.3+1 0.3.3+1
googleapis_auth - 1.6.0 2.0.0
http_parser - 4.1.2 4.1.2
path - 1.9.1 1.9.1
protobuf - 3.1.0 5.1.0
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.

The constraint `^3.2.0` on grpc does not support the stable version `4.0.0`.

Try running dart pub upgrade --major-versions grpc 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.1, Dart 3.9.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

An grpc link for token refresh. Built on top of package:grpc and manages authentication tokens transparently.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

fresh, grpc, http, http2, meta, retry

More

Packages that depend on fresh_grpc