sidebar_with_animation 0.0.1 copy "sidebar_with_animation: ^0.0.1" to clipboard
sidebar_with_animation: ^0.0.1 copied to clipboard

Animated collapsible sidebar for Flutter apps

Animated collapsible sidebar for Flutter apps with very cool animation and responsive with full control to customize the colors and texts and almost everything

Features #

Values that you can changed

Getting started #

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',
       ),
    ],
    ),

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

animated_side_bar #

animated_side_bar #

44
likes
0
points
91
downloads

Publisher

verified publisherk-ube.com

Weekly Downloads

Animated collapsible sidebar for Flutter apps

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on sidebar_with_animation