Flutter multiplatform navigation sidebar / drawer widget

flutter-multiplatform-navigation-sidebar-/-drawer-widget

SidebarX – package to create beautiful and convenient sidebar navigation widgets easy đŸ”„

Mobile Desktop Web
Mobile Web Desktop

The package is designed with maximum adaptation to large screens.
Therefore, adding a widget to your screen will be very simple.

Scaffold(
  body: Row(
    children: [
      SidebarX(
        controller: SidebarXController(selectedIndex: 0),
        items: const [
          SidebarXItem(icon: Icons.home, label: 'Home'),
          SidebarXItem(icon: Icons.search, label: 'Search'),
        ],
      ),
      // Your app screen body
    ],
  ),
)

Customization

Package have huge customization fields list and by default can adjust to the theme of your application.

For example – you can change colors, textStyles, add your custom builders for sidebar items and all what you need.

😎 Go to the GitHub repository page!
đŸ„” Here you can see beautiful examples of usage and code snippets.

Show some ❀ and star the repo to support the project!

Total
1
Shares
Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post
how-to-remove-duplicates-in-excel-(5-steps-with-pictures)

How to Remove Duplicates in Excel (5 Steps With Pictures)

Next Post
creating-custom-cms-in-django-|-django-cms-building-by-shriekdj

Creating Custom CMS In Django | Django CMS Building By shriekdj

Related Posts