keepass_flutter 0.1.0 copy "keepass_flutter: ^0.1.0" to clipboard
keepass_flutter: ^0.1.0 copied to clipboard

Flutter plugin for KeePass KDBX databases; bundles a Rust core via cargokit and re-exports package:keepass.

0.1.0 #

  • First publishable release of the Flutter plugin.
  • Re-exports the full package:keepass Dart API (Database, Group, Entry, merge, error types).
  • cargokit integration builds and bundles libkeepass_flutter_native for Android, iOS, Linux, macOS, and Windows so apps load the native code with no manual build step.
  • State and storage classes that previously lived in lib/src/state/ (NativeVaultState, LocalFileStorageProvider) are relocated to the reference example. The plugin itself is now a thin cargokit + re-export layer.

0.0.1-dev.1 #

0
likes
160
points
62
downloads

Documentation

API reference

Publisher

verified publishermanymath.com

Weekly Downloads

Flutter plugin for KeePass KDBX databases; bundles a Rust core via cargokit and re-exports package:keepass.

Homepage
Repository (GitHub)
View/report issues

Topics

#keepass #kdbx #password #ffi #flutter

License

MIT (license)

Dependencies

flutter, keepass

More

Packages that depend on keepass_flutter

Packages that implement keepass_flutter