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 { ...@@ -5,6 +5,7 @@ class I_guider extends StatelessWidget {
@override @override
Widget build(BuildContext context) { Widget build(BuildContext context) {
return Scaffold( return Scaffold(
backgroundColor: Colors.grey[200],
appBar: AppBar( appBar: AppBar(
title: Text('I-Guider'), title: Text('I-Guider'),
// elevation: 0, // elevation: 0,
...@@ -15,9 +16,14 @@ class I_guider extends StatelessWidget { ...@@ -15,9 +16,14 @@ class I_guider extends StatelessWidget {
children: [ children: [
Expanded( Expanded(
child: Container( child: Container(
child: Text('Main Area'), decoration: BoxDecoration(
image: DecorationImage(
image: AssetImage('lib/assets/images/hero.gif'),
fit: BoxFit.cover
)
),
height: 300, height: 300,
color: Colors.blue[200],
), ),
), ),
], ],
...@@ -25,7 +31,7 @@ class I_guider extends StatelessWidget { ...@@ -25,7 +31,7 @@ class I_guider extends StatelessWidget {
//------------------------------------ //------------------------------------
SizedBox( SizedBox(
height: 15, height: 50,
), ),
Row( Row(
...@@ -78,7 +84,7 @@ class I_guider extends StatelessWidget { ...@@ -78,7 +84,7 @@ class I_guider extends StatelessWidget {
) )
], ],
), ),
SizedBox(height: 10), SizedBox(height: 30),
Row( Row(
children: [ children: [
Expanded( Expanded(
......
...@@ -56,6 +56,7 @@ flutter: ...@@ -56,6 +56,7 @@ flutter:
- lib/assets/images/coach80.png - lib/assets/images/coach80.png
- lib/assets/images/time80.png - lib/assets/images/time80.png
- lib/assets/images/event80.png - lib/assets/images/event80.png
- lib/assets/images/
# To add assets to your application, add an assets section, like this: # To add assets to your application, add an assets section, like this:
# assets: # 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