Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2021-035-CoviDefender
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2021-035
2021-035-CoviDefender
Commits
2f462b4b
Commit
2f462b4b
authored
Apr 27, 2021
by
GayaniPKarunaratne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dashboard modification
parent
d007015e
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
11 deletions
+13
-11
lib/assets/images/coach80.png
lib/assets/images/coach80.png
+0
-0
lib/assets/images/event80.png
lib/assets/images/event80.png
+0
-0
lib/assets/images/man80.png
lib/assets/images/man80.png
+0
-0
lib/assets/images/time80.png
lib/assets/images/time80.png
+0
-0
lib/home_screen.dart
lib/home_screen.dart
+10
-11
pubspec.yaml
pubspec.yaml
+3
-0
No files found.
lib/assets/images/coach80.png
0 → 100644
View file @
2f462b4b
3.61 KB
lib/assets/images/event80.png
0 → 100644
View file @
2f462b4b
2.68 KB
lib/assets/images/man80.png
View replaced file @
d007015e
View file @
2f462b4b
4.45 KB
|
W:
|
H:
4.39 KB
|
W:
|
H:
2-up
Swipe
Onion skin
lib/assets/images/time80.png
0 → 100644
View file @
2f462b4b
5.96 KB
lib/home_screen.dart
View file @
2f462b4b
import
'package:flutter/material.dart'
;
import
'package:flutter_svg/flutter_svg.dart'
;
class
HomeScreen
extends
StatefulWidget
{
_HomeScreenState
createState
()
=>
_HomeScreenState
();
...
...
@@ -40,7 +39,7 @@ class _HomeScreenState extends State<HomeScreen> {
mainAxisAlignment:
MainAxisAlignment
.
center
,
crossAxisAlignment:
CrossAxisAlignment
.
start
,
children:
<
Widget
>[
Text
(
'
John Richardo'
),
Text
(
'
COVIDEFENDER'
,
style:
TextStyle
(
fontSize:
35.0
,
color:
Colors
.
white
)
),
Text
(
'20201190'
)
],
)
...
...
@@ -68,7 +67,7 @@ class _HomeScreenState extends State<HomeScreen> {
image:
AssetImage
(
'lib/assets/images/man80.png'
)),
)),
Text
(
'My Profile'
,
style:
TextStyle
(
fontSize:
3
0.0
))
Text
(
'My Profile'
,
style:
TextStyle
(
fontSize:
2
0.0
))
],
)),
Card
(
...
...
@@ -85,7 +84,7 @@ class _HomeScreenState extends State<HomeScreen> {
image:
AssetImage
(
'lib/assets/images/map80.png'
)),
)),
Text
(
'Map'
,
style:
TextStyle
(
fontSize:
3
0.0
))
Text
(
'Map'
,
style:
TextStyle
(
fontSize:
2
0.0
))
],
)),
Card
(
...
...
@@ -102,7 +101,7 @@ class _HomeScreenState extends State<HomeScreen> {
image:
AssetImage
(
'lib/assets/images/bar80.png'
)),
)),
Text
(
'QR Code'
)
Text
(
'QR Code'
,
style:
TextStyle
(
fontSize:
20.0
)
)
],
)),
Card
(
...
...
@@ -117,9 +116,9 @@ class _HomeScreenState extends State<HomeScreen> {
decoration:
BoxDecoration
(
image:
DecorationImage
(
image:
AssetImage
(
'lib/assets/images/
boralu.jp
g'
)),
'lib/assets/images/
coach80.pn
g'
)),
)),
Text
(
'
Personal Data'
)
Text
(
'
Intelligent Guider'
,
style:
TextStyle
(
fontSize:
20.0
)
)
],
)),
Card
(
...
...
@@ -134,9 +133,9 @@ class _HomeScreenState extends State<HomeScreen> {
decoration:
BoxDecoration
(
image:
DecorationImage
(
image:
AssetImage
(
'lib/assets/images/
mino.jp
g'
)),
'lib/assets/images/
time80.pn
g'
)),
)),
Text
(
'
Personal Data'
)
Text
(
'
Travelling History'
,
style:
TextStyle
(
fontSize:
20.0
)
)
],
)),
Card
(
...
...
@@ -151,9 +150,9 @@ class _HomeScreenState extends State<HomeScreen> {
decoration:
BoxDecoration
(
image:
DecorationImage
(
image:
AssetImage
(
'lib/assets/images/
boralu.jp
g'
)),
'lib/assets/images/
event80.pn
g'
)),
)),
Text
(
'
Personal Data'
)
Text
(
'
Event Risk Analyzer'
,
style:
TextStyle
(
fontSize:
20.0
)
)
],
)),
],
...
...
pubspec.yaml
View file @
2f462b4b
...
...
@@ -53,6 +53,9 @@ flutter:
-
lib/assets/images/map80.png
-
lib/assets/images/man80.png
-
lib/assets/images/bar80.png
-
lib/assets/images/coach80.png
-
lib/assets/images/time80.png
-
lib/assets/images/event80.png
# To add assets to your application, add an assets section, like this:
# assets:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment