TF-2387 Add TwakeWelcome page the first time app launch

This commit is contained in:
dab246
2024-01-02 19:07:19 +07:00
committed by Dat H. Pham
parent 064692d8c3
commit 1393e2cd07
10 changed files with 152 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
abstract class AppRoutes {
static const home = '/';
static const twakeWelcome = '/twake_welcome';
static const login = '/login';
static const dashboard = '/dashboard';
static const dashboardWithParameter = '/dashboard/:id';