Home page UI

This commit is contained in:
mohammad
2024-08-04 10:13:12 +03:00
parent f6517575d2
commit eb686b20cf
5 changed files with 251 additions and 118 deletions

View File

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