autoclose + flutter autoclose dialog Autoclose dialog in FlutterI want to autoclose dialog a few seconds after opening. The solution that I found is to call Navigator.of(context).pop(); delayed and it works. But the problem occurs if I closed it manually (by cl... wono | discuss | tweet
+ flutter autoclose dialog Autoclose dialog in FlutterI want to autoclose dialog a few seconds after opening. The solution that I found is to call Navigator.of(context).pop(); delayed and it works. But the problem occurs if I closed it manually (by cl... wono | discuss | tweet