feat: profile page

This commit is contained in:
2024-02-29 17:14:05 +07:00
parent d1adfd2ab0
commit eb99ad9d7f
18 changed files with 220 additions and 27 deletions

View File

@@ -44,7 +44,7 @@ class DashboardPublicView extends StatelessWidget {
return Scaffold(
body: SingleChildScrollView(
padding: const EdgeInsets.only(
bottom: 8.0,
bottom: 24.0,
left: 24.0,
right: 24.0,
),
@@ -59,6 +59,7 @@ class DashboardPublicView extends StatelessWidget {
image: PathAssets.icon1,
width: SizeConfig.width * .35,
),
SizedBox(height: SizeConfig.height * .02),
Align(
alignment: Alignment.center,
heightFactor: 1,
@@ -105,7 +106,7 @@ class DashboardPublicView extends StatelessWidget {
provider.loginGoogle(context);
},
),
SizedBox(height: SizeConfig.height * .1),
SizedBox(height: SizeConfig.height * .07),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [