Commit cfc008d6 authored by ouxiang's avatar ouxiang

optimize

parent 81404e31
...@@ -103,7 +103,7 @@ class _MyHomePageState extends State<MyHomePage> { ...@@ -103,7 +103,7 @@ class _MyHomePageState extends State<MyHomePage> {
onPressed: (){Navigator.pushNamed(context, "/animationtest");}, onPressed: (){Navigator.pushNamed(context, "/animationtest");},
), ),
FlatButton( FlatButton(
child: Text('animation test'), child: Text('network test'),
color: Colors.greenAccent, color: Colors.greenAccent,
onPressed: (){Navigator.pushNamed(context, "/networktest");}, onPressed: (){Navigator.pushNamed(context, "/networktest");},
), ),
......
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