Skip to content

Commit

Permalink
update_22_10_2023
Browse files Browse the repository at this point in the history
  • Loading branch information
mo7amedaliEbaid committed Oct 22, 2023
1 parent c77c086 commit 229b352
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions lib/dashboard/views/_home_view/_mobile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class _MobileHomeView extends StatelessWidget {
),
),
Flexible(
flex: 1,
flex: 2,
child: Text(
"Mohamed Ali".toUpperCase(),
style: GoogleFonts.josefinSans(
Expand Down Expand Up @@ -111,7 +111,7 @@ class _MobileHomeView extends StatelessWidget {
),
),
Flexible(
flex: 2,
flex: 3,
child: Consumer(builder: (context, mouseref, _) {
return SizedBox(
height: 50,
Expand Down Expand Up @@ -167,7 +167,7 @@ class _MobileHomeView extends StatelessWidget {
),
),
Flexible(
flex: 1,
flex: 2,
child: Text(
"I'm Mohamed Ali, A Flutter Developer",
style: GoogleFonts.josefinSans(
Expand All @@ -182,7 +182,7 @@ class _MobileHomeView extends StatelessWidget {
height: 15.0,
)),
Flexible(
flex: 2,
flex: 3,
child: Padding(
padding: EdgeInsets.symmetric(horizontal: 25),
child: Text(
Expand Down
8 changes: 4 additions & 4 deletions lib/dashboard/views/_home_view/_tablet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class _TabletHomeView extends StatelessWidget {
),
),
Flexible(
flex: 1,
flex: 2,
child: Text(
"Mohamed Ali".toUpperCase(),
style: GoogleFonts.josefinSans(
Expand Down Expand Up @@ -130,7 +130,7 @@ class _TabletHomeView extends StatelessWidget {
),
),
Flexible(
flex: 2,
flex: 3,
child: Consumer(builder: (context, mouseref, _) {
return SizedBox(
height: 50,
Expand Down Expand Up @@ -186,7 +186,7 @@ class _TabletHomeView extends StatelessWidget {
),
),
Flexible(
flex: 1,
flex: 2,
child: Text(
"I'm Mohamed Ali, A Flutter Developer",
style: GoogleFonts.josefinSans(
Expand All @@ -201,7 +201,7 @@ class _TabletHomeView extends StatelessWidget {
height: 15.0,
)),
Flexible(
flex: 2,
flex: 3,
child: Padding(
padding: EdgeInsets.symmetric(horizontal: 25),
child: Text(
Expand Down

0 comments on commit 229b352

Please sign in to comment.