Fix demo for recent TextPainter changes. (#11997)

This commit is contained in:
Ian Hickson 2017-09-07 18:01:50 -07:00 committed by GitHub
parent d868044e50
commit 57e2df1139
2 changed files with 2 additions and 2 deletions

View File

@ -80,5 +80,5 @@ class _PlatformChannelState extends State<PlatformChannel> {
}
void main() {
runApp(new PlatformChannel());
runApp(new MaterialApp(home: new PlatformChannel()));
}

View File

@ -80,5 +80,5 @@ class _PlatformChannelState extends State<PlatformChannel> {
}
void main() {
runApp(new PlatformChannel());
runApp(new MaterialApp(home: new PlatformChannel()));
}