taskwarrior-flutter
taskwarrior-flutter copied to clipboard
fix: fixed page popped out of context during tutorial and details page bug
Description
- I have fixed the bug where the page or widget is popped out of context while the tour or tutorial is still going on. Have used
PopScopeto handle it. - Fixed the details page update bug where it forces user to push
Yesin save changes dialog box to go back to home page. - Also removed third party dependency
double_back_to_close_appand simulated the double back to exit in home page usingPopScope
Refer to the issues for more detail on the bug
Fixes #469 and Fixes #471
Screenshots / Videos
Tutorial bug fix:
Details page fix:
https://github.com/user-attachments/assets/a8573c3d-af2e-410b-b295-38be42219e6b
Checklist
- [x] Tests have been added or updated to cover the changes
- [x] Documentation has been updated to reflect the changes
- [x] Code follows the established coding style guidelines
- [x] All tests are passing