Skip to content

Releases: Frezyx/sidebarx

v0.7.0

16 Jul 10:33
c289751
Compare
Choose a tag to compare
  • FEAT: Implement setExtended method to controller
  • INFO: Implement tests for controller and SidebarX base widget

v0.6.0

03 Jul 19:02
Compare
Choose a tag to compare

What's Changed

  • FIX: Make animationDuration property Duration type
  • INFO: Add simple documentation

v0.5.0

01 Jul 08:09
Compare
Choose a tag to compare

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

29 May 14:38
f7bc9f0
Compare
Choose a tag to compare
  • FEAT Implement Widget iconWidget field for custom icons in SidebarXItem

v0.3.0

16 May 16:05
Compare
Choose a tag to compare
  • 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

24 Apr 16:10
Compare
Choose a tag to compare
  • FIX: Fix the mergeFlutterTheme function that wasn't using the selectedIconTheme but the iconTheme

Thanks for nank1ro

v0.2.0

06 Mar 12:37
Compare
Choose a tag to compare
    • 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