bird_cryptography 0.0.1+2
bird_cryptography: ^0.0.1+2 copied to clipboard
Platform agnostic implementation and interfaces for cryptographic primitives.
We analyzed this package 5 days ago, and awarded it 75 pub points (of a possible 130):
0/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://www.github.com/modulovalue/bird_cryptography
was unreachable.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/modulovalue/bird_cryptography/issues
was unreachable.
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
No `CHANGELOG.md` found.
Changelog entries help developers follow the progress of your package. See the example generated by stagehand
.
10/10 points: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 74 out of 284 API elements (26.1 %) have documentation comments.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
- ✓ Web
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 16 issues. Showing the first 2:
INFO: Name non-constant identifiers using lowerCamelCase.
lib/src/implementation/pointycastle/cipher.dart:12:41
╷
12 │ CryptoCipher<CryptoParametersPWAndIV> aes_cbc() {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/implementation/pointycastle/cipher.dart
INFO: Name non-constant identifiers using lowerCamelCase.
lib/src/implementation/pointycastle/cipher.dart:28:41
╷
28 │ CryptoCipher<CryptoParametersPWAndIV> aes_ctr() {
│ ^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/implementation/pointycastle/cipher.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
bird | ^0.0.2 | 0.0.3+5 | 0.0.3+5 |
collection | ^1.14.1 | 1.16.0 | 1.16.0 |
convert | ^2.0.0 | 2.1.1 | 3.0.2 |
crypto | ^2.0.2+1 | 2.1.5 | 3.0.2 |
meta | ^1.0.0 | 1.8.0 | 1.8.0 |
pointycastle | ^1.0.0 | 1.0.2 | 3.6.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
abstract_dart | - | 1.0.2 | 1.0.2 |
async | - | 2.9.0 | 2.9.0 |
charcode | - | 1.3.1 | 1.3.1 |
dartz | - | 0.9.2 | 0.10.1 |
decimal | - | 0.3.5 | 2.2.0 |
matcher | - | 0.12.12 | 0.12.12 |
path | - | 1.8.2 | 1.8.2 |
pedantic | - | 1.11.1 | 1.11.1 |
quiver | - | 2.1.5 | 3.1.0 |
rational | - | 0.3.8 | 2.2.0 |
stack_trace | - | 1.10.0 | 1.10.0 |
statemachine | - | 1.6.2 | 3.2.0 |
trie | - | 1.0.2 | 1.0.2 |
typed_data | - | 1.3.1 | 1.3.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `^2.0.0` on convert does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions convert
to update the constraint.
The constraint `^2.0.2+1` on crypto does not support the stable version `3.0.0`.
Try running dart pub upgrade --major-versions crypto
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Package does not opt in to null safety.
Package language version (indicated by the sdk constraint `>=2.6.0-dev.4 <3.0.0`) is less than 2.12.
Consider migrating.
Analysed with Pana 0.21.13
, Dart 2.17.5
.