sidebar_with_animation 0.0.3
sidebar_with_animation: ^0.0.3 copied to clipboard
Animated collapsible smooth sidebar with full control to customize it for your own designs for Flutter apps
Description #
Animated collapsible sidebar for Flutter apps " macOS & Web & Windows & Linux " with very cool animation and responsive with full control to customize the colors and texts and almost everything
This package supports all platforms listed below. #
platforms: #
- linux
- macos
- web
- windows
Features #
![](https://res.cloudinary.com/dcvoshrrl/image/upload/v1698355354/sidebar/vdk7fzpiobikynrws3pw.png)
![](https://res.cloudinary.com/dcvoshrrl/image/upload/v1698355350/sidebar/syo8iuhylnvhwh4bfnq5.png)
![](https://res.cloudinary.com/dcvoshrrl/image/upload/v1698355355/sidebar/hziqmoxwtkhiwnuvvq8y.gif)
![](https://res.cloudinary.com/dcvoshrrl/image/upload/v1698355349/sidebar/ou709zs4j5dh9krl9vy0.gif)
Values that you can customize #
![](https://res.cloudinary.com/dcvoshrrl/image/upload/v1698355337/sidebar/vzcjytzqbmuyd49kwr6d.png)
Usage #
SideBarAnimated(
onTap: (s) {
//use the index to change the main screens
},
//add or remove divider for settings
widthSwitch: 700,
mainLogoImage: 'assets/logo.png',
sidebarItems: [
///add side bar Items
SideBarItem(
iconSelected: Icons.home_rounded,
//unselected just if you need to use two different icons
iconUnselected: Icons.home_outlined,
text: 'Home',
),
],
),