Minimal walkthrough of package:keepass: open a KDBX vault and print the
group / entry tree.
Build the Rust native library first (see the parent README), then:
dart run example/keepass_example.dart path/to/vault.kdbx your-passwordkeepass_cli: full pure-Dart CLI (info, ls, show, merge, edit).keepass_flutter/example: reference Flutter GUI for desktop and mobile.keepass_web/example: Flutter Web vault browser backed by a WASM Worker.