Commit f7646679 authored by Devon Carew's avatar Devon Carew

update the starter app template

parent 51f1eb35
......@@ -139,11 +139,12 @@ dev_dependencies:
''';
const _libMain = r'''
import 'package:sky/material.dart';
import 'package:sky/widgets.dart';
void main() {
runApp(
new App(
new MaterialApp(
title: "Flutter Demo",
routes: <String, RouteBuilder>{
'/': (RouteArguments args) => new HelloWorldComponent()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment