Home page UI

This commit is contained in:
mohammad
2024-08-01 15:21:29 +03:00
parent 09dc49b630
commit a3805d62ec
17 changed files with 317 additions and 43 deletions

View File

@ -38,7 +38,7 @@ class MyApp extends StatelessWidget {
useMaterial3: true, // Enable Material 3
),
home: isLoggedIn == 'Success'?
const HomePage()
HomePage()
:
const LoginPage(),
);