taskwarrior-flutter icon indicating copy to clipboard operation
taskwarrior-flutter copied to clipboard

fix: fixed page popped out of context during tutorial and details page bug

Open Mastermind-sap opened this issue 8 months ago • 0 comments

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 PopScope to handle it.
  • Fixed the details page update bug where it forces user to push Yes in save changes dialog box to go back to home page.
  • Also removed third party dependency double_back_to_close_app and simulated the double back to exit in home page using PopScope

Refer to the issues for more detail on the bug

Fixes #469 and Fixes #471

Screenshots / Videos

Tutorial bug fix:

image image image

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

Mastermind-sap avatar Apr 02 '25 19:04 Mastermind-sap