cryppo 0.1.0
cryppo: ^0.1.0 copied to clipboard
A simplified cryptographic library by Meeco - encrypt and decrypt as well as sign and verify data.
2
likes
100
/ 110
pub points
43
%
popularity
We analyzed this package on Mar 1, 2021, and awarded it 100 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/lib/main.dart
10/10 points: 20% or more of the public API has dartdoc comments
- 89 out of 174 API elements (51.1 %) have documentation comments.
20/20 points: Supports 3 of 3 possible platforms (iOS, Android, Web)
30/30 points: code has no errors, warnings, lints, or formatting issues
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
asn1lib | ^0.6.5 | 0.6.5 | 0.8.1 |
basic_utils | ^2.6.0 | 2.7.1 | 2.7.1 |
bson | ^0.3.2 | 0.3.4 | 0.3.4 |
cryptography | ^1.4.0 | 1.4.1 | 1.4.1 |
ninja | ^3.0.0 | 3.0.1 | 3.0.1 |
pointycastle | ^2.0.0 | 2.0.1 | 2.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
characters | - | 1.0.0 | 1.1.0 |
charcode | - | 1.1.3 | 1.2.0 |
collection | - | 1.14.13 | 1.15.0 |
crypto | - | 2.1.5 | 3.0.0 |
fixnum | - | 0.10.11 | 1.0.0 |
http | - | 0.12.2 | 0.13.0 |
http_parser | - | 3.1.4 | 4.0.0 |
js | - | 0.6.2 | 0.6.3 |
json_annotation | - | 3.1.1 | 4.0.0 |
logging | - | 0.11.4 | 1.0.0 |
meta | - | 1.2.4 | 1.3.0 |
more | - | 2.8.0 | 3.0.1 |
ninja_asn1 | - | 1.0.0 | 1.0.0 |
ninja_hex | - | 1.0.0 | 1.0.0 |
ninja_pem | - | 1.0.0 | 1.0.0 |
ninja_prime | - | 1.0.0 | 1.0.0 |
path | - | 1.7.0 | 1.8.0 |
pedantic | - | 1.9.2 | 1.10.0 |
rational | - | 0.3.8 | 1.0.0 |
source_span | - | 1.7.0 | 1.8.1 |
string_scanner | - | 1.0.5 | 1.1.0 |
term_glyph | - | 1.1.0 | 1.2.0 |
typed_data | - | 1.2.0 | 1.3.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^0.6.5` on asn1lib does not support the latest published version `0.8.1`
pubspec.yaml:14:12
╷
14 │ asn1lib: ^0.6.5
│ ^^^^^^
╵
10/10 points: Package supports latest stable Dart and Flutter SDKs
Analysed with
Pana 0.14.10
,
Dart 2.10.5
.