Y
у меня willPopScope не работает на iOS при свайпе назад. Кто как решил этот момент?
Size: a a a
Y
B
М
RE
Y
В
RE
D
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: <Widget> [
Container(
height: double.infinity,
width: 100.0,
color: Colors.white,
child: Text('Container 1'),
),
Container(
height: double.infinity,
width: 100.0,
color: Colors.red,
child: Text('Container 2'),
),
],
),
at
D
at
АТ
Т
A
MB
Y
onWillPop: () async {
return _closeAndUpdateHomePage(context);
},
I*
Д