wiredash-sdk icon indicating copy to clipboard operation
wiredash-sdk copied to clipboard

Can't navigate back when details are expanded

Open ciriousjoker opened this issue 3 years ago • 1 comments

Describe the bug

Steps:

  • Open feedback
  • Navigate to last step
  • Navigate back (works)
  • Navigate to last step
  • Click "show details"
  • Navigate back (doesn't work!)
  • Click "hide details"
  • Navigate back (works again)

Stacktrace N/A

Wiredash SDK Info 1.1.0

Flutter SDK 3.0.4

Screenshots N/A

ciriousjoker avatar Aug 04 '22 19:08 ciriousjoker

Good catch! I can reproduce it 👍

passsy avatar Aug 04 '22 19:08 passsy

This is still a bug, but now for some reason the behavior changed a little:

  • go to last page
  • open details
  • click "back"
  • close details

App now automatically jumps back instead of waiting for the next input. Looks like some Future in WillPopScope is finished when the user closes the details panel?

Wiredash 1.5.0

ciriousjoker avatar Feb 05 '23 15:02 ciriousjoker

This has been automatically resolved by the recent Flutter updates. I can't reproduce it anymore with Flutter 3.0+

passsy avatar Jun 02 '23 09:06 passsy