79327072

Date: 2025-01-03 16:41:58
Score: 1.5
Natty:
Report link

You can try to pop dialog with the same BuildContext you opened it

Eg: using contextA to showDialog, then use Navigator.of(contextA).pop() to close it

Many BuildContext with the same name "context" may confuse usage

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Duy Tran