flutter_collapsible_sidebar
flutter_collapsible_sidebar copied to clipboard
A collapsible sidebar for Flutter apps implementing Material Design.
is it possible to hide the sidebar completely and invoke it using the [ScaffoldState.openDrawer] function for mobile
how i can make the list of icons on the center of width and selectedIconBox width dynamic with icon size or only around icon not full width h
Hi Nice work 👍 Support multi level menu ? 2-3 sub menu ?
How can I set the location of the collapsible sidebar to the end of the view and make it RTL?
CollapsibleItem icon attribute is coded to use only Icon data which makes it less flexible when we want to use our custom images here.
Hi Any one please help me out of this issue. The yellow line come across text . How can I remove it. @RyuuKenshi @TheLonelyNull
@RyuuKenshi how to close the CollapsibleSidebar menu on click on the title?
```dart ════════ Exception caught by widgets library ═══════════════════════════════════ The following LateError was thrown building CollapsibleSidebar( dirty, dependencies: [_EffectiveTickerMode], state: _CollapsibleSidebarState#b9f65(ticker inactive)): LateInitializationError: Field '_selectedItemIndex@25278355' has not been initialized. ``` This...