Releases: Frezyx/sidebarx
Releases · Frezyx/sidebarx
v0.7.0
- FEAT: Implement setExtended method to controller
- INFO: Implement tests for controller and SidebarX base widget
v0.6.0
What's Changed
- FIX: Make animationDuration property Duration type
- INFO: Add simple documentation
v0.5.0
What's Changed
- Added animation duration property to constructor by @hulohot in #9
New Contributors
Full Changelog: 0.4.0...0.5.0
v0.4.0
- FEAT Implement Widget iconWidget field for custom icons in SidebarXItem
v0.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
v0.2.2
- FIX: Fix the mergeFlutterTheme function that wasn't using the selectedIconTheme but the iconTheme
Thanks for nank1ro
v0.2.0
-
- 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