diff --git a/packages/flutter_tools/lib/src/commands/create.dart b/packages/flutter_tools/lib/src/commands/create.dart index 82772483395..f746de5efd3 100644 --- a/packages/flutter_tools/lib/src/commands/create.dart +++ b/packages/flutter_tools/lib/src/commands/create.dart @@ -275,12 +275,10 @@ class _FlutterDemoState extends State { toolBar: new ToolBar( center: new Text('Flutter Demo') ), - body: new Material( - child: new Center( - child: new Text( - 'Button tapped $_counter times.', - key: const ValueKey('counter') - ) + body: new Center( + child: new Text( + 'Button tapped $_counter times.', + key: const ValueKey('counter') ) ), floatingActionButton: new FloatingActionButton(