x509_plus 1.0.0
x509_plus: ^1.0.0 copied to clipboard
Dart library for parsing and working with X.509 certificates.
We analyzed this package 13 days ago, and awarded it 130 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: BSD-3-Clause.
0/10 points: 20% or more of the public API has dartdoc comments
OUT: Documenting x509_plus... Discovering libraries... Linking elements... Precaching local docs for 179165 elements... Initialized dartdoc with 332 libraries Generating docs for library x509_plus.dart from package:x509_plus/x509_plus.dart... Generating docs for library x509.dart from package:x509_plus/x509.dart... Documented 2 public libraries in 13.3 seconds ERR: warning: ambiguous reexport of x509_base.toPem, canonicalization candidates: (x509_plus, x509_plus) -> x509_plus (confidence 0.000) from x509_base.toPem: (file:///tmp/pana_ANXZEW/lib/src/x509_base.dart:206:8) x509_plus: 2.210 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000)) x509_plus: 2.210 - (_Reason.samePackage (+1.000), _Reason.packageName (+1.000), _Reason.longName (+0.01000), _Reason.sharedNamePart (+0.2000)) Use {@canonicalFor x509_base.toPem} in the desired library's documentation to resolve the ambiguity and/or override dartdoc's decision, or structure your package so the reexport is less ambiguous. The symbol will still be referenced in all candidates -- this only controls the location where it will be written and which library will be displayed in navigation for the relevant pages. The flag [249 more lines]
10/10 points: Package has an example
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
asn1lib |
^1.0.0 |
1.6.5 | 1.6.5 | |
collection |
^1.14.13 |
1.19.1 | 1.19.1 | |
crypto_keys_plus |
^1.0.0 |
1.0.0 | 1.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
adaptive_number |
- | 1.0.0 | 1.0.0 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
ed25519_edwards |
- | 0.3.1 | 0.3.1 | |
fixnum |
- | 1.1.1 | 1.1.1 | |
meta |
- | 1.19.0 | 1.19.0 | |
pointycastle |
- | 4.0.0 | 4.0.0 | |
typed_data |
- | 1.4.0 | 1.4.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
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 12 errors:
UNCHECKED_USE_OF_NULLABLE_VALUE-lib/src/certificate.dart:137:37- The method 'toInt' can't be unconditionally invoked because the receiver can be 'null'.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/certificate.dart:154:30- The argument type 'Uint8List?' can't be assigned to the parameter type 'Uint8List'.UNCHECKED_USE_OF_NULLABLE_VALUE-lib/src/certificate.dart:164:70- The method 'toInt' can't be unconditionally invoked because the receiver can be 'null'.
Run dart pub downgrade and then dart 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.23.14, Dart 3.12.2.
Check the analysis log for details.