rsa_digitalsignature 1.0.4 rsa_digitalsignature: ^1.0.4 copied to clipboard
A plugin for signing data with privateKey RSACNG for windows & MacOS.
We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 160):
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: MIT
.
0/10 points: 20% or more of the public API has dartdoc comments
4 out of 22 API elements (18.2 %) 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: certificate
, certificate.Certificate
, certificate.Certificate.Certificate
, certificate.Certificate.cn
, certificate.Certificate.publickey
.
10/10 points: Package has an example
20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Windows
-
✓ macOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:rsa_digitalsignature/rsa_digitalsignature.dart
that declares support for platforms:Windows
,macOS
.
Package does not support platform `iOS`.
Because:
package:rsa_digitalsignature/rsa_digitalsignature.dart
that declares support for platforms:Windows
,macOS
.
Package does not support platform `Linux`.
Because:
package:rsa_digitalsignature/rsa_digitalsignature.dart
that declares support for platforms:Windows
,macOS
.
Package does not support platform `Web`.
Because:
package:rsa_digitalsignature/rsa_digitalsignature.dart
that declares support for platforms:Windows
,macOS
.
0/0 points: WASM compatibility
Unable to detect compatibility with runtime wasm
, and this package will not be rewarded full points in a future version of the scoring model.
See https://dart.dev/web/wasm for details.
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 4 issues. Showing the first 2:
ERROR: Undefined class 'UnmodifiableUint8ListView'.
lib/certificate.dart:5:9
╷
5 │ final UnmodifiableUint8ListView publickey;
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/certificate.dart
ERROR: The name 'UnmodifiableUint8ListView' isn't defined, so it can't be used in an 'is' expression.
lib/rsa_digitalsignature_method_channel.dart:25:24
╷
25 │ if (item is! UnmodifiableUint8ListView) {
│ ^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/rsa_digitalsignature_method_channel.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
asn1lib |
^1.5.0 |
1.5.8 | 1.5.8 |
flutter |
flutter |
0.0.0 | 0.0.0 |
plugin_platform_interface |
^2.0.2 |
2.1.8 | 2.1.8 |
x509 |
^0.2.4 |
0.2.4+3 | 0.2.4+3 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async |
- | 2.12.0 | 2.12.0 |
boolean_selector |
- | 2.1.2 | 2.1.2 |
characters |
- | 1.3.0 | 1.3.1 |
collection |
- | 1.18.0 | 1.19.1 |
convert |
- | 3.1.2 | 3.1.2 |
crypto_keys |
- | 0.3.0+1 | 0.3.0+1 |
js |
- | 0.7.1 | 0.7.1 |
matcher |
- | 0.12.17 | 0.12.17 |
material_color_utilities |
- | 0.11.1 | 0.12.0 |
meta |
- | 1.15.0 | 1.16.0 |
path |
- | 1.9.1 | 1.9.1 |
pointycastle |
- | 3.9.1 | 3.9.1 |
quiver |
- | 3.2.2 | 3.2.2 |
sky_engine |
- | 0.0.99 | 0.0.99 |
source_span |
- | 1.10.0 | 1.10.0 |
stack_trace |
- | 1.12.0 | 1.12.0 |
stream_channel |
- | 2.1.2 | 2.1.2 |
string_scanner |
- | 1.4.0 | 1.4.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
test_api |
- | 0.7.3 | 0.7.3 |
typed_data |
- | 1.4.0 | 1.4.0 |
vector_math |
- | 2.1.4 | 2.1.4 |
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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 2 errors:
UNDEFINED_CLASS
-lib/certificate.dart:5:9
- Undefined class 'UnmodifiableUint8ListView'.TYPE_TEST_WITH_UNDEFINED_NAME
-lib/rsa_digitalsignature_method_channel.dart:25:24
- The name 'UnmodifiableUint8ListView' isn't defined, so it can't be used in an 'is' expression.
Run flutter pub downgrade
and then flutter analyze
to reproduce the above problem.
You may run dart pub upgrade --tighten
to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.22.15
, Flutter 3.24.4
, Dart 3.5.4
.
Check the analysis log for details.