mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-09-22 17:23:45 +08:00
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:
@ -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(
|
||||
|
Reference in New Issue
Block a user