mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Merge pull request #1557 from abarth/material_app
Rename App to MaterialApp
This commit is contained in:
commit
8fc8e82db8
@ -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>{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user