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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kdbx

With Flutter:

 $ flutter pub add kdbx

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  kdbx: ^2.4.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:kdbx/kdbx.dart';
12
likes
120
points
569
downloads

Publisher

verified publishercodeux.design

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

archive, argon2_ffi_base, args, clock, collection, convert, crypto, isolates, logging, logging_appenders, meta, path, pointycastle, quiver, supercharged_dart, synchronized, uuid, xml

More

Packages that depend on kdbx