Commit 5ded244d authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

flutter create template: build comment (#6611)

parent 5fb69212
......@@ -69,6 +69,8 @@ class _MyHomePageState extends State<MyHomePage> {
@override
Widget build(BuildContext context) {
// This method is rerun every time setState is called, for instance
// as done by the _incrementCounter method above.
return new Scaffold(
appBar: new AppBar(
// Here we take the value from the MyHomePage object that
......
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