Skip to content

Commit a1e3d4f

Browse files
committed
intro page update
1 parent 23849da commit a1e3d4f

File tree

8 files changed

+467
-77
lines changed

8 files changed

+467
-77
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"name": "StudyMate-App",
99
"request": "launch",
1010
"type": "dart",
11-
"args": ["-d", "web-server", "--web-port", "7357"]
11+
"args": ["-d", "web-server", "--web-port", "7357" ,"--web-renderer=html"]
1212
},
1313
{
1414
"name": "StudyMate-App (profile mode)",

assets/images/Facebook.png

-291 Bytes
Binary file not shown.

assets/images/android_image.png

-2.06 KB
Binary file not shown.

assets/images/ml_image.png

-7.39 KB
Binary file not shown.

lib/app/modules/home/views/home_view.dart

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,7 @@ class HomeView extends GetView<HomeController> {
7676
_buildCircularButton(context,
7777
onPressed: () =>
7878
prevWeb(context, "https://classroom.google.com/"),
79-
icon: const FaIcon(
80-
FontAwesomeIcons.chalkboardUser,
81-
color: Colors.white,
82-
),
79+
iconData: FontAwesomeIcons.chalkboardUser,
8380
label: "Classroom",
8481
color: Colors.red),
8582
_buildCircularButton(context,
@@ -117,7 +114,7 @@ class HomeView extends GetView<HomeController> {
117114
child: Column(
118115
children: [
119116
SizedBox(
120-
height: MediaQueryData.fromWindow(window).padding.top,
117+
height: MediaQueryData.fromView(window).padding.top,
121118
),
122119
Container(
123120
padding: const EdgeInsets.only(

0 commit comments

Comments
 (0)