feat: update home ui
Build & Deploy iOS to TestFlight / build-and-deploy (push) Waiting to run

This commit is contained in:
Efril
2026-06-23 23:33:10 +07:00
parent 8d801e52d9
commit b07af60778
4 changed files with 33 additions and 5 deletions
@@ -3,4 +3,5 @@ class LocalStorageKey {
static const String token = 'token';
static const String user = 'user';
static const String selectedOutletId = 'selected_outlet_id';
static const String selectedOutletName = 'selected_outlet_name';
}