Hi everyone,
I’m running into an issue with page transitions in FlutterFlow and would really appreciate some guidance.
On iOS, I want to keep the native swipe-back gesture, but this only works when the Transition Type is set to “Default.”
However, when I use the Default transition, the navigation on Android looks bad — new pages don’t animate smoothly, they just pop in abruptly, which feels jarring/jumpy.
I’m looking for a way to:
keep the swipe-back gesture on iOS,
but still have a clean, animated page transition on Android (like in Flutterflows YT Tutorial).
Is there any way to set transition types conditionally based on the platform, or is there a known workaround for this scenario?
Thanks in advance!