corks_cedar 0.2.2 copy "corks_cedar: ^0.2.2" to clipboard
corks_cedar: ^0.2.2 copied to clipboard

An embedded authorization token format, based off Google's macaroons.

1
likes
140/ 160
pub points
481
downloads

We analyzed this package 2 days ago, and awarded it 140 pub points (of a possible 160):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

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: BSD-2-Clause-Patent.

failed
Provide documentation
10 / 20trigger folding of the section

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

172 out of 262 API elements (65.6 %) have documentation comments.

Some symbols that are missing documentation: corks_cedar.Cork, corks_cedar.CorkBuilder, corks_cedar.CorkBuilder.CorkBuilder, corks_cedar.Signer, corks_cedar.Signer.Signer.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

OK
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

0/0 points: WASM compatibility

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

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

partial
Pass static analysis
40 / 50trigger folding of the section

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

INFO: The import of 'package:cedar/cedar.dart' is unnecessary because all of the used elements are also provided by the import of 'package:cedar/ast.dart'.

lib/src/cedar_cork.dart:5:8

  ╷
5 │ import 'package:cedar/cedar.dart' as cedar;
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

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

OK
Support up-to-date dependencies
40 / 40trigger folding of the section

10/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
cedar ^0.2.1 0.2.3 0.2.3
collection ^1.18.0 1.19.1 1.19.1
convert ^3.0.0 3.1.2 3.1.2
crypto ^3.0.0 3.0.6 3.0.6
fixnum ^1.1.0 1.1.1 1.1.1
meta ^1.10.0 1.16.0 1.16.0
protobuf ^3.1.0 3.1.0 3.1.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.12.0 2.12.0
built_collection - 5.1.1 5.1.1
built_value - 8.9.2 8.9.2
characters - 1.4.0 1.4.0
clock - 1.1.2 1.1.2
decimal - 3.1.0 3.1.0
http - 1.2.2 1.2.2
http_parser - 4.1.1 4.1.1
intl - 0.20.1 0.20.1
json_annotation - 4.9.0 4.9.0
path - 1.9.1 1.9.1
rational - 2.2.3 2.2.3
source_span - 1.10.1 1.10.1
string_scanner - 1.4.0 1.4.0
term_glyph - 1.2.1 1.2.1
typed_data - 1.4.0 1.4.0
web - 1.1.0 1.1.0

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

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.22.17, Dart 3.6.0.

Check the analysis log for details.

1
likes
140
points
481
downloads

Publisher

verified publishercelest.dev

Weekly Downloads

An embedded authorization token format, based off Google's macaroons.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause-Patent (license)

Dependencies

cedar, collection, convert, crypto, fixnum, meta, protobuf

More

Packages that depend on corks_cedar