79454051

Date: 2025-02-20 10:02:51
Score: 2.5
Natty:
Report link

It could be how you called that page. If you used Navigator.pushReplacement, the app will close if there are no more screens in the stack. However, if you use Navigator.push, you add a screen to the stack, which allows the "Back" button to work.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Pablo Esparza