commit | db3b9e805292ea6778bb2c51c0b9b9464ebe2ebd | [log] [tgz] |
---|---|---|
author | Adam Barth <abarth@chromium.org> | Fri Oct 09 10:19:35 2015 -0700 |
committer | Adam Barth <abarth@chromium.org> | Fri Oct 09 10:27:22 2015 -0700 |
tree | 2f9a4d8692b0d19af4a85281efeef93799904b83 | |
parent | cceb4187ccd75a20bded5444bd79b602d9963cd0 [diff] [blame] |
Rename App to MaterialApp MaterialApp assumes that you're using material design. Also move radial reaction and fix imports for stats box.
diff --git a/examples/stocks/lib/main.dart b/examples/stocks/lib/main.dart index 1a46790..f791c55 100644 --- a/examples/stocks/lib/main.dart +++ b/examples/stocks/lib/main.dart
@@ -87,7 +87,7 @@ } Widget build(BuildContext context) { - return new App( + return new MaterialApp( title: 'Stocks', theme: theme, routes: <String, RouteBuilder>{