kdbx 2.0.0
kdbx: ^2.0.0 copied to clipboard
KeepassX format implementation in pure dart. (kdbx 3.x and 4.x support).
We analyzed this package 2 days ago, and awarded it 100 pub points (of a possible 130):
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
0/10 points: 20% or more of the public API has dartdoc comments
- 45 out of 391 API elements (11.5 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Android
- ✓ iOS
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:kdbx/kdbx.dart
that imports:package:kdbx/src/kdbx_object.dart
that imports:package:kdbx/src/kdbx_xml.dart
that imports:package:kdbx/src/kdbx_header.dart
that imports:package:kdbx/src/kdbx_binary.dart
that imports:dart:io
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
INFO: 'AESFastEngine' is deprecated and shouldn't be used.
lib/src/crypto/key_encrypter_kdf.dart:146:35
╷
146 │ final cipher = ECBBlockCipher(AESFastEngine())
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/crypto/key_encrypter_kdf.dart
INFO: 'AESFastEngine' is deprecated and shouldn't be used.
lib/src/internal/crypto_utils.dart:35:29
╷
35 │ final BlockCipher aes = AESFastEngine();
│ ^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/internal/crypto_utils.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
archive | >=2.0.13 <4.0.0 | 3.3.0 | 3.3.0 |
argon2_ffi_base | ^1.0.0+2 | 1.1.0+1 | 1.1.0+1 |
args | >1.5.0 <3.0.0 | 2.3.1 | 2.3.1 |
clock | >=1.0.0 <2.0.0 | 1.1.0 | 1.1.0 |
collection | ^1.15.0 | 1.16.0 | 1.16.0 |
convert | >=2.0.0 <4.0.0 | 3.0.1 | 3.0.1 |
crypto | >=2.0.0 <4.0.0 | 3.0.2 | 3.0.2 |
isolates | >=3.0.0 <4.0.0 | 3.0.3+8 | 3.0.3+8 |
logging | >=0.11.3+2 <2.0.0 | 1.0.2 | 1.0.2 |
logging_appenders | >=0.1.0 <2.0.0 | 1.0.0 | 1.0.0 |
meta | >=1.0.0 <2.0.0 | 1.7.0 | 1.7.0 |
path | >=1.6.0 <2.0.0 | 1.8.1 | 1.8.1 |
pointycastle | >=3.0.0 <4.0.0 | 3.6.0 | 3.6.0 |
quiver | >=2.1.0 <4.0.0 | 3.1.0 | 3.1.0 |
supercharged_dart | >=1.2.0 <4.0.0 | 2.1.1 | 2.1.1 |
synchronized | >=2.2.0 <4.0.0 | 3.0.0+2 | 3.0.0+2 |
uuid | >=3.0.0 <5.0.0 | 3.0.6 | 3.0.6 |
xml | >=4.4.0 <6.0.0 | 5.4.1 | 6.0.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
charcode | - | 1.3.1 | 1.3.1 |
dio | - | 4.0.6 | 4.0.6 |
ffi | - | 1.2.1 | 1.2.1 |
http_parser | - | 4.0.0 | 4.0.0 |
intl | - | 0.17.0 | 0.17.0 |
js | - | 0.6.4 | 0.6.4 |
matcher | - | 0.12.11 | 0.12.11 |
petitparser | - | 5.0.0 | 5.0.0 |
source_span | - | 1.9.0 | 1.9.0 |
stack_trace | - | 1.10.0 | 1.10.0 |
string_scanner | - | 1.1.1 | 1.1.1 |
term_glyph | - | 1.2.0 | 1.2.0 |
typed_data | - | 1.3.1 | 1.3.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `>=4.4.0 <6.0.0` on xml does not support the stable version `6.0.0`.
Try running dart pub upgrade --major-versions xml
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package and dependencies are fully migrated to null safety!
Analysed with Pana 0.21.12
, Dart 2.17.0
.