Closed Dev-Muhammad-Junaid closed 2 months ago
Hey @Dev-Muhammad-Junaid, thanks for the report.
As far as i could see the button you are pressing doesn't have a valid navigation action attached to it. (see screenshot)
And this is confirmed by looking at the code:
Not sure how it ended up like that, but the onPressed
callback is currently empty (onPressed: () async {}
), which means the button isn't performing any action. This could potentially lead to issues, especially if there's an expectation for it to navigate to another screen.
Make sure to add a valid navigation action, and that should resolve the issue.
Thanks!
Can we access your project?
Current Behavior
Tried adding a navigation and the page crashes with Unexpected Null Value, Removed the Page Parameter, Backend Queries and anything related tk backend calls, Still the page crashed.
Expected Behavior
.
Steps to Reproduce
Reproducible from Blank
Bug Report Code (Required)
IT5Xz8r13ItPvsdG7ZD+KcJV9SU5Jkw4apZM0MFqEQA1F4/nPOwld87+T3BZOMu6dFZUP2GJmm0e/vOMks71EMA4BByJbN1qzrt5Fj3iIUS6RpiSEZGwYnwnO+9hf2rDzpuZghZNCPdac3wk3FOtNujISnbZJI+wIm07HvL+NtvX+ny9GB+/Gn0Jg1ZSfCvr
Visual documentation
https://github.com/user-attachments/assets/ff964a11-276e-44ed-bea2-0957e67f6c22
Environment
Additional Information
Tested on Both Local Run + Web and