sidebar_with_animation

Creator: coderz1093

Last updated:

Add to Cart

Description:

sidebar with animation

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 #




Values that you can customize #

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',
),
],
),
copied to clipboard
Additional information #
This is v1 is mainly made for Flutter web , macOS and Windows "Big screens" will improve it by the time to make it good for small screens as well, Thanks.
Love to hear from you and get feedback and upgrade requests
animated_side_bar #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.