kdbx 0.3.0
kdbx: ^0.3.0 copied to clipboard
KeepassX format implementation in pure dart. (kdbx 3.x and 4.x support).
example/kdbx_example.dart
import 'package:kdbx/kdbx.dart';
void main() {
KdbxFormat().read(null, null);
}