Commit c3394e69 authored by Indika NK's avatar Indika NK

minor changes added to i guider dashboard

parent 99f183d9
......@@ -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: 10),
SizedBox(height: 30),
Row(
children: [
Expanded(
......
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment