Feature request - Page Transition Type per screen size or platform

Project Settings

Hello,

I am building different apps on FlutterFlow, among them, some works on Mobile, Desktop and Web platforms.

The behavior and user habits depends on the platform and the size of screen.
When building the Web or Desktop version of an app, I used to build a sidebar to replace the navigation bar (in the mobile version).

To navigate from a page to another, a Transition Type is applied by default.
On mobile, users are used to have a slide transition, but not on the web (this transition is horrible on big screens).

At the moment, if I am not wrong, we can either change the default transition type, or change it on every navigation action, which is really not useful, time-consuming and error prone.

It would be great to be able to choose a default Transition Type according to the screen size (defined by the breakpoints in the Design System).

For example:
- "Instant" for Tablet, Tablet (landscape) and Desktop
- "Slide left" for Mobile

What have you tried so far?
  • I search through the community topics

  • I search through the FF options

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