getx
getx copied to clipboard
Dialog cannot be closed dialog无法关闭
flutter version:3.13.1
Do you use Getx to open the Dialog?
Declare this function on your common functions file and you can call this functions for closing dialogs with Getx :
closeDialog() { Navigator.of(Get.overlayContext!, rootNavigator: true).pop(); }