widgets/encryption/security_key_dialog library
Security key dialog widget for encrypted data access.
Copyright (C) 2026, Software Innovation Institute, ANU.
Licensed under the GNU General Public License, Version 3 (the "License").
License: https://opensource.org/license/gpl-3-0.
Authors: Miduo
Functions
-
showEncryptionNotSetupDialog(
BuildContext context) → Future< void> - Shows a dialog when encryption is not set up.
-
showSecurityKeyDialog(
BuildContext context) → Future< bool> - Shows a dialog to prompt user for security key. Returns true if key was successfully entered and verified.