kpasslib 1.1.2
kpasslib: ^1.1.2 copied to clipboard
A Dart library for reading, modifying and writing KeePass v2 databases (KDBX version 3 or 4).
We analyzed this package 7 days ago, and awarded it 140 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
301 out of 425 API elements (70.8 %) have documentation comments.
Some symbols that are missing documentation: kpasslib.CipherId.aes, kpasslib.CipherId.chaCha20, kpasslib.CrsAlgorithm.value, kpasslib.CryptoEngine.CryptoEngine.new, kpasslib.DataSize.kibi.
10/10 points: Package has an example
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:kpasslib/kpasslib.dartthat imports:package:kpasslib/src/kdbx/kdbx_header.dartthat imports:package:kpasslib/src/crypto/key_encryptor_kdf.dartthat imports:package:kpasslib/src/crypto/key_encryptor_aes.dartthat imports:dart:isolate
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 55 issues. Showing the first 2:
INFO: Missing type annotation.
lib/src/kdbx/kdbx_credentials.dart:32:7
╷
32 │ get hash => getHash();
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/kdbx/kdbx_credentials.dart
INFO: Missing type annotation.
lib/src/kdbx/kdbx_database.dart:62:3
╷
62 │ _readEntry(XmlNode xmlNode) {
│ ^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/kdbx/kdbx_database.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
^4.0.1 |
4.0.9 | 4.0.9 | |
collection |
^1.18.0 |
1.19.1 | 1.19.1 | |
convert |
^3.1.1 |
3.1.2 | 3.1.2 | |
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
ffi |
^2.1.3 |
2.2.0 | 2.2.0 | |
xml |
^6.2.2 |
6.6.1 | 7.0.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
meta |
- | 1.18.3 | 1.18.3 | |
path |
- | 1.9.1 | 1.9.1 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
posix |
- | 6.5.0 | 6.5.0 | |
typed_data |
- | 1.4.0 | 1.4.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^6.2.2` on xml does not support the stable version `7.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: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.12, Dart 3.12.2.
Check the analysis log for details.