📅  最后修改于: 2022-03-11 14:55:28.494000             🧑  作者: Mango
Provider.of(context, listen: false)
.fetchAndSetNewsList()
.catchError((error) => showDialog(context: context, builder: (context) {
return new SimpleDialog(
children: [
new Center(child: new Container(child: new Text('foo')))
]);
}))