diff --git a/example/lib/main.dart b/example/lib/main.dart index d24001a1..0ac094e2 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -91,7 +91,8 @@ final JPush jpush = new JPush(); title: const Text('Plugin example app'), ), body: new Center( - child: new Column( + child: new ListView( + shrinkWrap: true, children:[ new Text('result: $debugLable\n'), new FlatButton(