From 2f05e0d5c986d97ace9ba99489628a74e2b7b236 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Fri, 9 Oct 2015 10:19:35 -0700 Subject: [PATCH] Rename App to MaterialApp MaterialApp assumes that you're using material design. Also move radial reaction and fix imports for stats box. --- engine/src/flutter/examples/address_book/lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/examples/address_book/lib/main.dart b/engine/src/flutter/examples/address_book/lib/main.dart index fb10eccbcc4..dee2b761489 100644 --- a/engine/src/flutter/examples/address_book/lib/main.dart +++ b/engine/src/flutter/examples/address_book/lib/main.dart @@ -94,7 +94,7 @@ final ThemeData theme = new ThemeData( ); void main() { - runApp(new App( + runApp(new MaterialApp( title: 'Address Book', theme: theme, routes: {