You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the following pages, where the user starts on the overview page, and then navigates to the searchOnMap page, using the ios swipe back feature, does not correctly return back to the overview page, but to the original route that brought the application to the FlowBuilder, which is using this list of pages.
Use a similar Parent->Child FlowBuilder navigation stack.
Navigate from Parent to Child
Try to swipe back from Child to Parent
See that the page that is swipped back to is not the Parent, but the Page that brought you to the page (most likely with a classical navigation)
See error
Expected behavior
FlowBuilder correctly overrides navigation stack to make iOS swipe back feature work.
**Logs **
Paste the output of running flutter doctor -v here.
[✓] Flutter (Channel stable, 2.5.2, on macOS 11.5.2 20G95 darwin-x64, locale en-GB)
• Flutter version 2.5.2 at /Users/floriandaniel/Documents/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 3595343e20 (8 weeks ago), 2021-09-30 12:58:18 -0700
• Engine revision 6ac856380f
• Dart version 2.14.3
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
• Android SDK at /Users/floriandaniel/Library/Android/sdk
• Platform android-31, build-tools 30.0.3
• ANDROID_HOME = /Users/floriandaniel/Library/Android/sdk
• Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 11.0.10+0-b96-7281165)
✗ Android license status unknown.
Run flutter doctor --android-licenses to accept the SDK licenses.
See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 13.1, Build version 13A1030d
• CocoaPods version 1.11.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
If you navigate to the location flow, and try to swipe back on iOS you will see that it is not working. The back button is working.
Removing the FloatingSearchBar on line 43 fixes the issue.
I am unsure now if this is maybe an issue with the material_floating_search_bar package, but I don't think so.
Edit: I am currently having trouble reproducing the issue in the linked repo after fixing an unrelated layout bug. I will report back once I can, or find the issue. Thanks!
I updated the repository, which is now reproducing the bug when trying to swipe back from the State screen to the Country bug. After further investigation I am completely confused why it is not working, but I suspect a specific implementation by the FloatingSearchBar.
Describe the bug
When using the following pages, where the user starts on the
overview
page, and then navigates to thesearchOnMap
page, using the ios swipe back feature, does not correctly return back to theoverview
page, but to the original route that brought the application to theFlowBuilder
, which is using this list of pages.To Reproduce
Steps to reproduce the behavior:
Expected behavior
FlowBuilder correctly overrides navigation stack to make iOS swipe back feature work.
**Logs **
Paste the output of running
flutter doctor -v
here.The text was updated successfully, but these errors were encountered: