keepass_flutter library

Flutter plugin for KeePass: re-exports package:keepass and ships the Rust native library built and bundled via cargokit.

In Flutter apps, depend on keepass_flutter (not keepass directly) so cargokit builds and bundles the native library automatically across Android, iOS, Linux, macOS, and Windows.

Classes

Database
A KeePass KDBX database.
Entry
An entry (credential) within a KeePass database.
Group
A group (folder) within a KeePass database.
KeePassApi
Platform-agnostic KeePass API interface.
KeePassNativeApi
Native FFI implementation of KeePassApi.
MergeResult

Exceptions / Errors

KeePassError
Error thrown when a KeePass FFI operation fails.