Stanislav Ilin
Posted on August 10, 2022
SidebarX - package to create beautiful and convenient sidebar navigation widgets easy š„
Mobile | Desktop | Web |
---|---|---|
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!
š šŖ š
š©
Stanislav Ilin
Posted on August 10, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.