kdbx 2.4.1 copy "kdbx: ^2.4.1" to clipboard
kdbx: ^2.4.1 copied to clipboard

KeepassX format implementation in pure dart. (kdbx 3.x and 4.x support).

9
likes
110/ 140
pub points
53%
popularity

We analyzed this package 6 days ago, and awarded it 110 pub points (of a possible 140):

OK
Follow Dart file conventions
30 / 30trigger folding of the section

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: GPL-3.0.

partial
Provide documentation
10 / 20trigger folding of the section

0/10 points: 20% or more of the public API has dartdoc comments

51 out of 346 API elements (14.7 %) 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.

Some symbols that are missing documentation: kdbx.ByteUtils, kdbx.ByteUtils.ByteUtils, kdbx.ByteUtils.eq, kdbx.ByteUtils.randomBytes, kdbx.ByteUtils.toHex.

10/10 points: Package has an example

OK
Platform support
20 / 20trigger folding of the section

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_format.dart that imports:
  • package:kdbx/src/kdbx_header.dart that imports:
  • package:kdbx/src/kdbx_binary.dart that imports:
  • dart:io
failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

Found 16 issues. Showing the first 2:

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/crypto/protected_value.dart:28:17

   ╷
28 │   bool operator ==(dynamic other) => other is PlainValue && other.text == text;
   │                 ^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/crypto/protected_value.dart

WARNING: The parameter type of '==' operators should be non-nullable.

lib/src/crypto/protected_value.dart:78:17

   ╷
78 │   bool operator ==(dynamic other) =>
   │                 ^^
   ╵

To reproduce make sure you are using the lints_core and run dart analyze lib/src/crypto/protected_value.dart

OK
Support up-to-date dependencies
20 / 20trigger folding of the section

10/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.4.10 3.4.10
argon2_ffi_base ^1.1.0+1 1.1.1 1.1.1
args >1.5.0 <3.0.0 2.5.0 2.5.0
clock >=1.0.0 <2.0.0 1.1.1 1.1.1
collection >=1.15.0 <2.0.0 1.18.0 1.18.0
convert >=2.0.0 <4.0.0 3.1.1 3.1.1
crypto >=2.0.0 <4.0.0 3.0.3 3.0.3
isolates >=3.0.0 <4.0.0 3.0.3+8 3.0.3+8
logging >=0.11.3+2 <2.0.0 1.2.0 1.2.0
logging_appenders >=0.1.0 <2.0.0 1.2.0+1 1.2.0+1
meta >=1.0.0 <2.0.0 1.14.0 1.14.0
path >=1.6.0 <2.0.0 1.9.0 1.9.0
pointycastle >=3.4.0 <4.0.0 3.9.0 3.9.0
quiver >=2.1.0 <4.0.0 3.2.1 3.2.1
supercharged_dart >=1.2.0 <4.0.0 2.1.1 2.1.1
synchronized >=2.2.0 <4.0.0 3.1.0+1 3.1.0+1
uuid >=3.0.0 <5.0.0 4.4.0 4.4.0
xml >=4.4.0 <7.0.0 6.5.0 6.5.0
Transitive dependencies
Package Constraint Compatible Latest
async - 2.11.0 2.11.0
boolean_selector - 2.1.1 2.1.1
dio - 5.4.3+1 5.4.3+1
ffi - 2.1.2 2.1.2
fixnum - 1.1.0 1.1.0
http_parser - 4.0.2 4.0.2
intl - 0.19.0 0.19.0
js - 0.7.1 0.7.1
matcher - 0.12.16+1 0.12.16+1
petitparser - 6.0.2 6.0.2
source_span - 1.10.0 1.10.0
sprintf - 7.0.0 7.0.0
stack_trace - 1.11.1 1.11.1
stream_channel - 2.1.2 2.1.2
string_scanner - 1.2.0 1.2.0
term_glyph - 1.2.1 1.2.1
test_api - 0.7.1 0.7.1
typed_data - 1.3.2 1.3.2

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

Analyzed with Pana 0.22.3, Dart 3.3.3.

Check the analysis log for details.