This repository was archived by the owner on Jul 12, 2024. It is now read-only.
File tree 14 files changed +206
-236
lines changed
14 files changed +206
-236
lines changed Original file line number Diff line number Diff line change @@ -43,4 +43,7 @@ app.*.map.json
43
43
/android /app /release
44
44
45
45
# Environment
46
- .env
46
+ .env
47
+
48
+ # Vscode
49
+ .vscode /
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ class AppBottomNavigationBar extends StatelessWidget {
28
28
),
29
29
],
30
30
currentIndex: currentIndex,
31
- selectedItemColor: Colors .amber[800 ],
32
31
onTap: onTap,
33
32
);
34
33
}
Original file line number Diff line number Diff line change @@ -47,11 +47,9 @@ class ProfileAboutMeCard extends StatelessWidget {
47
47
height: cardHeight,
48
48
width: MediaQuery .of (context).size.width,
49
49
child: Card (
50
- elevation: 5.0 ,
51
50
shape: RoundedRectangleBorder (
52
51
borderRadius: BorderRadius .circular (16.0 ),
53
52
),
54
- color: Colors .white,
55
53
child: Padding (
56
54
padding: const EdgeInsets .all (16.0 ),
57
55
child: Column (
Original file line number Diff line number Diff line change @@ -14,11 +14,9 @@ class BadgesCard extends StatelessWidget {
14
14
height: 260 ,
15
15
width: MediaQuery .of (context).size.width,
16
16
child: Card (
17
- elevation: 5.0 ,
18
17
shape: RoundedRectangleBorder (
19
18
borderRadius: BorderRadius .circular (16.0 ),
20
19
),
21
- color: Colors .white,
22
20
child: Padding (
23
21
padding: const EdgeInsets .all (16.0 ),
24
22
child: Column (
Original file line number Diff line number Diff line change @@ -16,11 +16,9 @@ class ProfileDayStreaksCard extends StatelessWidget {
16
16
height: 250 ,
17
17
width: MediaQuery .of (context).size.width,
18
18
child: Card (
19
- elevation: 5.0 ,
20
19
shape: RoundedRectangleBorder (
21
20
borderRadius: BorderRadius .circular (16.0 ),
22
21
),
23
- color: Colors .white,
24
22
child: Padding (
25
23
padding: const EdgeInsets .all (16.0 ),
26
24
child: Column (
Original file line number Diff line number Diff line change @@ -17,11 +17,9 @@ class MotherTonguesCard extends StatelessWidget {
17
17
height: 165 ,
18
18
width: MediaQuery .of (context).size.width,
19
19
child: Card (
20
- elevation: 5.0 ,
21
20
shape: RoundedRectangleBorder (
22
21
borderRadius: BorderRadius .circular (16.0 ),
23
22
),
24
- color: Colors .white,
25
23
child: Padding (
26
24
padding: const EdgeInsets .all (16.0 ),
27
25
child: Column (
@@ -66,7 +64,6 @@ class MotherTonguesCard extends StatelessWidget {
66
64
languages[index],
67
65
style: const TextStyle (
68
66
fontSize: 18 ,
69
- color: Colors .black,
70
67
),
71
68
),
72
69
const Spacer (),
Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ class OthersCard extends StatelessWidget {
15
15
height: 230 ,
16
16
width: MediaQuery .of (context).size.width,
17
17
child: Card (
18
- elevation: 5.0 ,
19
18
shape: RoundedRectangleBorder (
20
19
borderRadius: BorderRadius .circular (16.0 ),
21
20
),
22
- color: Colors .white,
23
21
child: Padding (
24
22
padding: const EdgeInsets .all (16.0 ),
25
23
child: Column (
Original file line number Diff line number Diff line change @@ -17,11 +17,9 @@ class StudyLanguagesCard extends StatelessWidget {
17
17
height: 165 ,
18
18
width: MediaQuery .of (context).size.width,
19
19
child: Card (
20
- elevation: 5.0 ,
21
20
shape: RoundedRectangleBorder (
22
21
borderRadius: BorderRadius .circular (16.0 ),
23
22
),
24
- color: Colors .white,
25
23
child: Padding (
26
24
padding: const EdgeInsets .all (16.0 ),
27
25
child: Column (
@@ -66,7 +64,6 @@ class StudyLanguagesCard extends StatelessWidget {
66
64
languages[index],
67
65
style: const TextStyle (
68
66
fontSize: 18 ,
69
- color: Colors .black,
70
67
),
71
68
),
72
69
const Spacer (),
Original file line number Diff line number Diff line change @@ -17,11 +17,9 @@ class ProfileTokenCard extends StatelessWidget {
17
17
height: 320 ,
18
18
width: MediaQuery .of (context).size.width,
19
19
child: Card (
20
- elevation: 5.0 ,
21
20
shape: RoundedRectangleBorder (
22
21
borderRadius: BorderRadius .circular (16.0 ),
23
22
),
24
- color: Colors .white,
25
23
child: Padding (
26
24
padding: const EdgeInsets .all (16.0 ),
27
25
child: Column (
@@ -109,7 +107,6 @@ class ProfileTokenCard extends StatelessWidget {
109
107
'Leaderboard' ,
110
108
style: TextStyle (
111
109
fontSize: 18 ,
112
- color: Colors .black,
113
110
),
114
111
),
115
112
const Spacer (),
@@ -122,10 +119,6 @@ class ProfileTokenCard extends StatelessWidget {
122
119
],
123
120
),
124
121
),
125
- Container (
126
- height: 1 ,
127
- color: Colors .grey[300 ],
128
- ),
129
122
],
130
123
),
131
124
),
Original file line number Diff line number Diff line change @@ -24,11 +24,9 @@ class ProfileUserCard extends StatelessWidget {
24
24
height: 330 ,
25
25
width: MediaQuery .of (context).size.width,
26
26
child: Card (
27
- elevation: 5.0 ,
28
27
shape: RoundedRectangleBorder (
29
28
borderRadius: BorderRadius .circular (16.0 ),
30
29
),
31
- color: Colors .white,
32
30
child: Padding (
33
31
padding: const EdgeInsets .all (16.0 ),
34
32
child: Column (
You can’t perform that action at this time.
0 commit comments