Commit b906d65e authored by Adam Barth's avatar Adam Barth

Merge pull request #2931 from abarth/key_demo

Add a Key to FlutterDemo widget
parents b006ca55 2a0f691c
......@@ -20,6 +20,8 @@ void main() {
}
class FlutterDemo extends StatefulWidget {
FlutterDemo({ Key key }) : super(key: key);
@override
_FlutterDemoState createState() => new _FlutterDemoState();
}
......
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