x448_dart 0.2.0
x448_dart: ^0.2.0 copied to clipboard
X448 (RFC 7748) Elliptic-Curve Diffie-Hellman for Dart/Flutter with FlutterFlow-friendly base64 helpers.
We analyzed this package 5 days ago, and awarded it 150 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.
10/10 points: 20% or more of the public API has dartdoc comments
7 out of 25 API elements (28.0 %) have documentation comments.
Some symbols that are missing documentation: flutterflow_hkdf, flutterflow_hkdf.hkdfSha512B64, flutterflow_x448, flutterflow_x448.x448GeneratePrivateKeyB64, flutterflow_x448.x448PublicKeyFromPrivateB64.
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
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.
0/0 points: Swift Package Manager support
Package does not support the Swift Package Manager on macOS
It does not contain macos/x448_dart/Package.swift.
This package for iOS or macOS does not support the Swift Package Manager. It will not receive full points in a future version of the scoring model.
See https://docs.flutter.dev/to/spm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
- Running
dart formatfailed:
Changed /tmp/pana_QJSOEX/lib/flutterflow_hkdf.dart
Changed /tmp/pana_QJSOEX/lib/hkdf.dart
Changed /tmp/pana_QJSOEX/lib/src/backend_ffi.dart
Changed /tmp/pana_QJSOEX/lib/src/backend_pure.dart
Changed /tmp/pana_QJSOEX/lib/src/utils.dart
Changed /tmp/pana_QJSOEX/lib/x448.dart
Changed /tmp/pana_QJSOEX/lib/zeroize.dart
Formatted 12 files (7 changed) in 0.02 seconds.
Hit a bug in the formatter when formatting /tmp/pana_QJSOEX/lib/src/backend_selector.dart.
The formatter produced unexpected output. Input was:```
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
crypto |
^3.0.3 |
3.0.7 | 3.0.7 | |
ffi |
^2.1.0 |
2.1.4 | 2.1.4 | |
meta |
^1.11.0 |
1.17.0 | 1.17.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
collection |
- | 1.19.1 | 1.19.1 | |
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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.2, Flutter 3.38.1, Dart 3.10.0.
Check the analysis log for details.