- Add deprecated annotation for iconWidget field
- Fix SidebarXItem assert rules
- Add selectable field for SidebarXItem
- Add hoverIconTheme field for SidebarXTheme
- Add iconBuilder field for SidebarXItem
- Add onLongPress, onSecondaryTap for SidebarXCell (SidebarX item)
Thanks to MaurizioSodano
- Update packages and add repository in pubspec.yaml
- Add topics in pubspec.yaml
- FIX Add hoverTextStyle property
Thanks to MaurizioSodano
- FIX clicking on a blank area does not respond
Thanks to bai-3
- FIX sidebar menu items not occupying the whole height available
- FEAT Impement footerItems field This provides adding footer items to the sidebar that are listed just above the expand icon
Thanks to DavidCatalano
- FIX Bug on items position When a user open and closes the collapsed menu quickly, the position of the items menu becomes wrong in las version
Thanks to MonsterOfCode
- FIX: AnimationController disposing completed fix
- FIX: Implement AnimationController disposing
Thanks to xnxaxo
- FEAT: Implement SystemMouseCursors.click for Cell widget
- FEAT: Implement hoverColor field for Cell widget
- FEAT: Implement collapseIcon and extendIcon fields for simple toogle icon customization
Thanks to HaveANiceDay33
- FEAT: Implement setExtended method to controller
- INFO: Implement tests for controller and SidebarX base widget
- FIX: Make animationDuration property Duration type
- INFO: Add simple documentation
-
- FEAT: Add animation duration property to constructor
Thanks to hulohot
-
- FEAT Implement Widget iconWidget field for custom icons in SidebarXItem
-
- FEAT Implement padding and margin for item and selected item in SidebarXTheme
-
- INFO Update flutter_lints to ^2.0.1
-
- INFO: Update example packages
Thanks to rainbowloop from LEANNOVA
-
- FIX: Fix the mergeFlutterTheme function that wasn't using the selectedIconTheme but the iconTheme
Thanks to nank1ro
-
- INFO: Update docs in README
-
- FEAT: Edit theme configuration
-
- FEAT: Made it possible to use with mobile devices
-
- INFO: Add README package information and examples
-
- FEAT: Add SidebarXTheme to make widget UI in extend and common mode
-
- FEAT: Add builder for footer and header
-
- FEAT: Add separatorBuilder, toggleButtonBuilder, showToggleButton, toggleButtonLabel, headerDivider, footerDivider fields
-
- FEAT: Add initial sidebar UI