dash_crypt 0.0.1+2
dash_crypt: ^0.0.1+2 copied to clipboard
DashCrypt is a powerful and flexible encryption and decryption package for Flutter and Dart. It supports a wide range of modern and classical cryptographic algorithms, making it ideal for developers [...]
We analyzed this package 2 days ago, and awarded it 120 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too long.
Search engines display only the first part of the description. Try to keep the value of the description
field in your package's pubspec.yaml
file between 60 and 180 characters.
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
9 out of 24 API elements (37.5 %) have documentation comments.
Some symbols that are missing documentation: dash_crypt
, dash_crypt.Classical
, dash_crypt.DashCrypt
, dash_crypt.DashCrypt.AES__CBC
, dash_crypt.DashCrypt.AES__CFB
.
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.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 19 issues. Showing the first 2:
INFO: The variable name 'AES__CBC' isn't a lowerCamelCase identifier.
lib/src/dash_crypt_factory.dart:9:17
╷
9 │ static AesCbc AES__CBC({required KeySize keySize}) => AesCbc(keySize: keySize);
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dash_crypt_factory.dart
INFO: The variable name 'AES__ECB' isn't a lowerCamelCase identifier.
lib/src/dash_crypt_factory.dart:12:17
╷
12 │ static AesEcb AES__ECB({required KeySize keySize}) => AesEcb(keySize: keySize);
│ ^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run flutter analyze lib/src/dash_crypt_factory.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
convert |
any |
3.1.2 | 3.1.2 | |
cryptography |
any |
2.7.0 | 2.7.0 | |
encrypt |
any |
5.0.3 | 5.0.3 | |
pointycastle |
any |
3.9.1 | 4.0.0 |
Transitive dependencies
Package | Constraint | Compatible | Latest | Notes |
---|---|---|---|---|
args |
- | 2.7.0 | 2.7.0 | |
asn1lib |
- | 1.6.5 | 1.6.5 | |
characters |
- | 1.4.0 | 1.4.1 | |
clock |
- | 1.1.2 | 1.1.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.6 | 3.0.6 | |
ffi |
- | 2.1.4 | 2.1.4 | |
js |
- | 0.6.7 | 0.7.2 | Discontinued |
material_color_utilities |
- | 0.11.1 | 0.13.0 | |
meta |
- | 1.16.0 | 1.17.0 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
vector_math |
- | 2.1.4 | 2.2.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 2 errors:
UNDEFINED_FUNCTION
-lib/src/algorithms/aes/aes_cbc.dart:91:20
- The function 'AESEngine' isn't defined.UNDEFINED_FUNCTION
-lib/src/algorithms/aes/aes_ecb.dart:60:20
- The function 'AESEngine' isn't defined.
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.21
, Flutter 3.32.4
, Dart 3.8.1
.
Check the analysis log for details.