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

outdated

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

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

dependencies:
  kdbx: ^0.4.1

Alternatively, your editor might support dart 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
40
points
87
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

License

GPL-3.0 (license)

Dependencies

archive, argon2_ffi_base, args, clock, collection, convert, crypto, cryptography, isolate, logging, logging_appenders, meta, path, pointycastle, prompts, quiver, uuid, xml

More

Packages that depend on kdbx