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

outdated

KeepassX format implementation in pure dart. (kdbx 2.x support).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add kdbx

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

dependencies:
  kdbx: ^0.2.0

Alternatively, your editor might support 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
0
points
64
downloads

Publisher

verified publishercodeux.design

Weekly Downloads

KeepassX format implementation in pure dart. (kdbx 2.x support).

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, clock, collection, convert, crypto, flutter, logging, logging_appenders, meta, pointycastle, prompts, uuid, xml

More

Packages that depend on kdbx