Navigation Rail & Navigation Bar in Flutter Flow

I'm re-implementing an app from Flutter to Flutterflow. I'm using a NavigationBar (bottom) when screen width < 640 and a NavigationRail when width > 640 and a NavigationRail (with labels when > 800). This video explains the use-case nicely:

This video explains it nicely: https://www.youtube.com/watch?v=y9xchtVTtqQ

Before I perform a migration between Flutter and FlutterFlow I want to know that these items are supported. How does this work?

3
4 replies