Flutter UI Essentials — Navigation Rail

Maneesha Erandi
3 min readApr 2, 2024

Navigation Rail is a better way to switch the UI according to the screen size.

Material Navigation Rail

  • Window sizes to use—medium, expanded, large, and extra-large
  • We can add 3–7 destinations with an optional FloatingActionButton
  • Even on different screens of an app, we have to place the rail in the same place

--

--