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
d007015e
Commit
d007015e
authored
Apr 26, 2021
by
GayaniPKarunaratne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Images modification
parent
ec768d60
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
6 deletions
+9
-6
lib/assets/images/bar80.png
lib/assets/images/bar80.png
+0
-0
lib/assets/images/man80.png
lib/assets/images/man80.png
+0
-0
lib/assets/images/map80.png
lib/assets/images/map80.png
+0
-0
lib/home_screen.dart
lib/home_screen.dart
+6
-6
pubspec.yaml
pubspec.yaml
+3
-0
No files found.
lib/assets/images/bar80.png
0 → 100644
View file @
d007015e
3.73 KB
lib/assets/images/man80.png
0 → 100644
View file @
d007015e
4.45 KB
lib/assets/images/map80.png
0 → 100644
View file @
d007015e
3.95 KB
lib/home_screen.dart
View file @
d007015e
...
...
@@ -66,9 +66,9 @@ class _HomeScreenState extends State<HomeScreen> {
decoration:
BoxDecoration
(
image:
DecorationImage
(
image:
AssetImage
(
'lib/assets/images/
boralu.jp
g'
)),
'lib/assets/images/
man80.pn
g'
)),
)),
Text
(
'
Personal Data'
)
Text
(
'
My Profile'
,
style:
TextStyle
(
fontSize:
30.0
)
)
],
)),
Card
(
...
...
@@ -83,9 +83,9 @@ class _HomeScreenState extends State<HomeScreen> {
decoration:
BoxDecoration
(
image:
DecorationImage
(
image:
AssetImage
(
'lib/assets/images/m
ino.jp
g'
)),
'lib/assets/images/m
ap80.pn
g'
)),
)),
Text
(
'
Personal Data'
)
Text
(
'
Map'
,
style:
TextStyle
(
fontSize:
30.0
)
)
],
)),
Card
(
...
...
@@ -100,9 +100,9 @@ class _HomeScreenState extends State<HomeScreen> {
decoration:
BoxDecoration
(
image:
DecorationImage
(
image:
AssetImage
(
'lib/assets/images/
mino.jp
g'
)),
'lib/assets/images/
bar80.pn
g'
)),
)),
Text
(
'
Personal Data
'
)
Text
(
'
QR Code
'
)
],
)),
Card
(
...
...
pubspec.yaml
View file @
d007015e
...
...
@@ -50,6 +50,9 @@ flutter:
-
lib/assets/images/top_header.jpg
-
lib/assets/images/mino.jpg
-
lib/assets/images/boralu.jpg
-
lib/assets/images/map80.png
-
lib/assets/images/man80.png
-
lib/assets/images/bar80.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