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
c3394e69
Commit
c3394e69
authored
May 09, 2021
by
Indika NK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes added to i guider dashboard
parent
99f183d9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
4 deletions
+11
-4
lib/assets/images/hero.gif
lib/assets/images/hero.gif
+0
-0
lib/i_guider.dart
lib/i_guider.dart
+10
-4
pubspec.yaml
pubspec.yaml
+1
-0
No files found.
lib/assets/images/hero.gif
0 → 100644
View file @
c3394e69
786 KB
lib/i_guider.dart
View file @
c3394e69
...
...
@@ -5,6 +5,7 @@ class I_guider extends StatelessWidget {
@override
Widget
build
(
BuildContext
context
)
{
return
Scaffold
(
backgroundColor:
Colors
.
grey
[
200
],
appBar:
AppBar
(
title:
Text
(
'I-Guider'
),
// elevation: 0,
...
...
@@ -15,9 +16,14 @@ class I_guider extends StatelessWidget {
children:
[
Expanded
(
child:
Container
(
child:
Text
(
'Main Area'
),
decoration:
BoxDecoration
(
image:
DecorationImage
(
image:
AssetImage
(
'lib/assets/images/hero.gif'
),
fit:
BoxFit
.
cover
)
),
height:
300
,
color:
Colors
.
blue
[
200
],
),
),
],
...
...
@@ -25,7 +31,7 @@ class I_guider extends StatelessWidget {
//------------------------------------
SizedBox
(
height:
15
,
height:
50
,
),
Row
(
...
...
@@ -78,7 +84,7 @@ class I_guider extends StatelessWidget {
)
],
),
SizedBox
(
height:
1
0
),
SizedBox
(
height:
3
0
),
Row
(
children:
[
Expanded
(
...
...
pubspec.yaml
View file @
c3394e69
...
...
@@ -56,6 +56,7 @@ flutter:
-
lib/assets/images/coach80.png
-
lib/assets/images/time80.png
-
lib/assets/images/event80.png
-
lib/assets/images/
# 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