79755712

Date: 2025-09-04 12:32:12
Score: 1.5
Natty:
Report link

For me the issue was due to the use of SafeArea over GestureDetector which was inside Stack.
I was able to resolve the issue by removing the SafeArea and adding padding using MediaQuery.of(context).viewPadding.top.

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