Default Transition - iOS vs. Android Behavior

Widgets & Design

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!

What have you tried so far?
  • read documentation

  • watched Flutterflow tutorial on yt

Did you check FlutterFlow's Documentation for this topic?
Yes
3