pointycastle_broadcom 3.9.2 copy "pointycastle_broadcom: ^3.9.2" to clipboard
pointycastle_broadcom: ^3.9.2 copied to clipboard

A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library.

115/ 160
pub points
1.16k
downloads

We analyzed this package 13 hours ago, and awarded it 115 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.

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: pointycastle_broadcom,
    • contains a version property, and,
    • does not contain a publish_to property.

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

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.9.2").

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

1059 out of 2180 API elements (48.6 %) have documentation comments.

Some symbols that are missing documentation: api.AEADBlockCipher.AEADBlockCipher.new, api.AEADCipher, api.AEADCipher.AEADCipher.new, api.AEADCipher.doFinal, api.AEADCipher.getOutputSize.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 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.cn/web/wasm for details.

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 241 issues. Showing the first 2:

INFO: The constant name 'ENCODING_DER' isn't a lowerCamelCase identifier.

lib/asn1/asn1_encoding_rule.dart:3:3

  ╷
3 │   ENCODING_DER,
  │   ^^^^^^^^^^^^
  ╵

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

INFO: The constant name 'ENCODING_BER_LONG_LENGTH_FORM' isn't a lowerCamelCase identifier.

lib/asn1/asn1_encoding_rule.dart:6:3

  ╷
6 │   ENCODING_BER_LONG_LENGTH_FORM,
  │   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/asn1/asn1_encoding_rule.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
collection ^1.15.0 1.19.1 1.19.1
convert ^3.0.0 3.1.2 3.1.2
js >=0.6.3 <0.8.0 0.7.2 0.7.2 Discontinued
Transitive dependencies
Package Constraint Compatible Latest Notes
typed_data - 1.4.0 1.4.0

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

The package has one or more discontinued direct dependencies.

Discontinued packages are no longer maintained, and can end up being a liability.

Consider migrating away from these dependencies:

  • js.

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.24, Dart 3.9.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
1
likes
115
points
1.16k
downloads

Publisher

verified publisherfaustobdls.dev

Weekly Downloads

A Dart library implementing cryptographic algorithms and primitives, modeled on the BouncyCastle library.

Topics

#crypto

Documentation

API reference

License

MIT (license)

Dependencies

collection, convert, js

More

Packages that depend on pointycastle_broadcom