updated readme of each example with a screenshot/gif and more details about the example.

added more comments to code
This commit is contained in:
Nishant Srivastava
2017-08-26 18:08:28 -07:00
parent defc273b1e
commit b526955129
28 changed files with 134 additions and 51 deletions

View File

@ -15,7 +15,10 @@ class MyApp extends StatelessWidget {
),
body: new Container(
child: new Center(
child: new Text("Hellow World!"),
child: new Text(
"Hello World!",
style: new TextStyle(color: Colors.white),
),
),
// Set the image as the background of the Container
decoration: new BoxDecoration(