Commit 3a00032b authored by ouxiang's avatar ouxiang

code optimize

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