Commit accf615f authored by ColdPaleLight's avatar ColdPaleLight

flutter to flutter : test close

parent 6db19519
...@@ -62,8 +62,12 @@ class F2FSecondPageState extends State<F2FSecondPage>{ ...@@ -62,8 +62,12 @@ class F2FSecondPageState extends State<F2FSecondPage>{
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: children:
<Widget>[ <Widget>[
Text('Hello') RaisedButton(
child: Text('close'),
onPressed: () {
FlutterBoostAPI.singleton.close();
},
),
], ],
), ),
), ),
......
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