keepass_web 0.1.0
keepass_web: ^0.1.0 copied to clipboard
KeePass KDBX SDK for the web; implements package:keepass APIs over a WASM Worker bridge.
0.1.0 #
- First publishable release of the web SDK.
KeePassWebApiimplements the platform-agnosticKeePassApifrompackage:keepass, backed by a WASM module hosted in a Web Worker.WorkerBridge,WorkerError, and WebUSB YubiKey challenge-response helpers exposed for app integration.- Internal
package:keepass/src/...import replaced with the publicpackage:keepass/keepass.dartentry point. WebFileStorageProvider(which depended onpackage:keepass_ui) is relocated to the reference example so the published package stays free of workspace-only deps.