sanika391 / SpoonShare

SpoonShare: An app connecting users to share free food, donate, and access local ngo, supporting the UN's Zero Hunger goal.
https://spoonshare-meal.web.app
MIT License
44 stars 59 forks source link

Back Button on Recycle Request Page Causes Blank Screen #68 #73

Closed akshayjadhav2002 closed 1 month ago

akshayjadhav2002 commented 1 month ago

Fixed back button working on navigation bar on Recycle Request Page:

Details of changes:- On the Request Pickup Button instead of simply Navigator.Push( )code contains Navigator.Pushreplacement( ) which is causing the removal of previous screen in stack resulting in white screen..

@sanika391 I have also suggested some changes in color theme of navigation bar on same screen do also consider it..

github-actions[bot] commented 1 month ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

sanika391 commented 1 month ago

Thank you, @akshayjadhav2002, for addressing the issue with the back button on the Recycle Request Page. The fix you've implemented using Navigator.PushReplacement() instead of Navigator.Push() to resolve the blank screen issue looks good. I also appreciate your suggestions regarding the color theme of the navigation bar. We will review the changes and consider them accordingly.

Great work! 😊

Best, Sanika Chavan [https://www.linkedin.com/in/sanika-chavan-52457b236]