Commit 3a00032b authored by ouxiang's avatar ouxiang

code optimize

parent f9fd6134
...@@ -70,7 +70,7 @@ class _MyHomePageState extends State<MyHomePage> { ...@@ -70,7 +70,7 @@ class _MyHomePageState extends State<MyHomePage> {
onPressed: (){Navigator.pushNamed(context, "/channeltest");}, onPressed: (){Navigator.pushNamed(context, "/channeltest");},
), ),
FlatButton( FlatButton(
child: Text('channel test'), child: Text('assets test'),
color: Colors.green, color: Colors.green,
onPressed: (){Navigator.pushNamed(context, "/assetschannel");}, onPressed: (){Navigator.pushNamed(context, "/assetschannel");},
), ),
......
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