Top Flutter Drawer and Navigation Rail packages Drawer is a simple way to navigate between different sections of a Flutter app. To access the drawer, one can tap on the drawer icon on the left edge of the Appbar, and the drawer slides out, revealing a list of options. Tapping on the desired option navigates the user to that section of the app. Navigation rails are similar to drawers, but are permanently present on the left side of the page. They are usually responsive and consists of a series of icons (along with text labels on large screens) that represent different sections of the app. When a user taps on an icon, they are taken to that section. The complete list of Flutter packages that allow you to add or customize Sidebar, Side Navigation Menu, Drawer amd Navigation Rail is provided below.
flutter_inner_drawer
475
Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list menu or other.
flutter_advanced_drawer
338
An advanced drawer widget, that can be fully customized with size, text, color, radius of corners.
hidden_drawer_menu
229
Hidden Drawer Menu is a library for adding a beautiful drawer mode menu feature with perspective animation
elastic_drawer
202
Elastic Drawer - elastic panel that slides in horizontally to show fully customize content (navigation links, menu items, notes etc.)
foldable_sidebar
194
An easy to use Package for adding Foldable Flutter Navigation Sidebar to your Flutter Application.
drawerbehavior
156
Drawer behavior is a library that provide an extra behavior on drawer, such as, move view or scaling view's height while drawer on slide..
side_navigation
143
Provides Flutter navigation by using a sidemenu similar to Drawer or BottomNavigationBar.
multilevel_drawer
128
An easy to implement Multi Level Drawer for Flutter Applications. Just use this in place of regular Scaffold Drawer and you are ready to go.
flutter_side_menu
103
Flutter's full customizable side menu has been used as a directory for Related Pages, Navigation Items, Filter side and more
side_menu_animation
92
Animated Side Menu with customizable UI. Inspired in Yalantis library (Android/iOS).
animated_rail
48
Flutter Animated Navigation Rail with multiple cool effects and options like closing and openeing the rail.
animated_sidebar
34
A collapsable sidebar plugin for Flutter, optimized for web and desktop applications.
flurry_navigation
33
A Smooth and Animated navigation package for flutter that doesn’t interfere with the Screen with adjustable colors, shapes, and navigation logic.
tridimensional_drawer
32
Tridimensional Drawer is an easy way to create a 3D Perspective drawer, where you can insert any type of widget.