Merge pull request #1557 from abarth/material_app

Rename App to MaterialApp
This commit is contained in:
Adam Barth 2015-10-09 10:38:39 -07:00
commit 8fc8e82db8

View File

@ -94,7 +94,7 @@ final ThemeData theme = new ThemeData(
);
void main() {
runApp(new App(
runApp(new MaterialApp(
title: 'Address Book',
theme: theme,
routes: <String, RouteBuilder>{