dart_sm 0.1.5 dart_sm: ^0.1.5 copied to clipboard
基于Dart语言实现的国密SM2、SM3、SM4算法。
We analyzed this package 5 days ago, and awarded it 115 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description
field of pubspec.yaml
. Use 60 to 180 characters to describe the package, what it does, and its target use case.
The package description contains too many non-ASCII characters.
The site uses English as its primary language. The content of the description
field in your package's pubspec.yaml
should primarily contain characters used in English.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of CHANGELOG.md
in your package should primarily contain characters used in English.
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0
.
0/10 points: 20% or more of the public API has dartdoc comments
2 out of 39 API elements (5.1 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs
lint.
Some symbols that are missing documentation: dart_sm
, dart_sm.C1C2C3
, dart_sm.C1C3C2
, dart_sm.KeyPair
, dart_sm.KeyPair.KeyPair
.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 20 issues. Showing the first 2:
INFO: The variable name 'Px' isn't a lowerCamelCase identifier.
lib/src/sm2.dart:88:18
╷
88 │ final String Px = leftPad(P.getX().toBigInteger().toRadixString(16), 64);
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/sm2.dart
INFO: The variable name 'Py' isn't a lowerCamelCase identifier.
lib/src/sm2.dart:89:18
╷
89 │ final String Py = leftPad(P.getY().toBigInteger().toRadixString(16), 64);
│ ^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/sm2.dart
10/10 points: All of the package dependencies are supported in the latest version
No dependencies.
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.