updated: readme with demo gifs and proper information

This commit is contained in:
Nishant Srivastava
2018-02-10 21:49:54 +05:30
parent 473fe65769
commit dbceabc186
14 changed files with 34 additions and 21 deletions

View File

@ -9,6 +9,7 @@ class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
debugShowCheckedModeBanner: false,
home: new Scaffold(
appBar: new AppBar(
// Here we take the value from the MyHomePage object that was created by