feat: Implement client settings and profile management feature with sign-out functionality.

This commit is contained in:
Achintha Isuru
2026-01-21 19:37:34 -05:00
parent 7d5a40b7e3
commit eace8a66af
21 changed files with 536 additions and 15 deletions

View File

@@ -171,4 +171,7 @@ class UiIcons {
/// Google icon
static const IconData google = _IconLib2.google;
/// NFC icon
static const IconData nfc = _IconLib.nfc;
}