olofumark

Results 3 comments of olofumark

The suggested workaround doesn't seem to work for me. please here is my code: ` return WillPopScope( onWillPop: () { setState(() { _closing = true; }); Future.delayed(Duration(seconds: 1), (){ Navigator.pop(context);...