sidebarx 0.12.0 sidebarx: ^0.12.0 copied to clipboard
flutter multiplatform navigation sidebar / side navigationbar / drawer widget
0.12.0 #
- 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 for MonsterOfCode
0.11.0 #
- FIX: AnimationController disposing completed fix
0.9.0 #
- FEAT: Implement SystemMouseCursors.click for Cell widget
- FEAT: Implement hoverColor field for Cell widget
0.8.0 #
- FEAT: Implement collapseIcon and extendIcon fields for simple toogle icon customization
Thanks for HaveANiceDay33
0.7.0 #
- FEAT: Implement setExtended method to controller
- INFO: Implement tests for controller and SidebarX base widget
0.6.0 #
- FIX: Make animationDuration property Duration type
- INFO: Add simple documentation
0.4.0 #
-
- FEAT Implement Widget iconWidget field for custom icons in SidebarXItem
0.3.0 #
-
- 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 for rainbowloop from LEANNOVA
0.2.2 #
-
- FIX: Fix the mergeFlutterTheme function that wasn't using the selectedIconTheme but the iconTheme
Thanks for nank1ro
0.2.1 #
-
- INFO: Update docs in README
0.2.0 #
-
- FEAT: Edit theme configuration
-
- FEAT: Made it possible to use with mobile devices
-
- INFO: Add README package information and examples
0.1.0 #
-
- 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
0.0.1 #
-
- FEAT: Add initial sidebar UI