Skip to content

Releases: NikhilVadoliya/Flutter_slider_drawer

Jan 17,2025

16 Jan 18:15

Choose a tag to compare

  • Improvement documentation

Jan 16,2025

16 Jan 10:13

Choose a tag to compare

  • Upgrade dart version min 3.0.0.
  • isTitleCenter: Replaced with TextAlign in the Text widget for better control.
  • drawerIcon: Use a custom appBar for enhanced customization.
  • appBarHeight: This feature has been deprecated.
  • appBarColor: Replaced with backgroundColor in SliderAppBarConfig.
  • appBarPadding: Now replaced with padding in SliderAppBarConfig.
  • Added SliderAppBarConfig for streamlined AppBar configuration.

Full Changelog: v2.1.3...v3.0.0

Jan 27,2022

27 Jan 15:16

Choose a tag to compare

  • Provide custom appBar feature
  • Slider LeftToRight and RightToLeft issue fixed

Jan 26, 2022

27 Jan 14:38

Choose a tag to compare

  • Code Refactor
  • Improve documentation
  • Deprecated
  1. sliderMenuOpenSize
  2. sliderMenuCloseSize
  3. sliderMenu and sliderMain
  4. closeDrawer and openDrawer
  5. deprecated : SliderMenuContainerState
  6. deprecated : hasAppBar
  7. deprecated : isShadow
  • Replace
  1. replace sliderMenuOpenSize and sliderMenuCloseSize to sliderOpenSize and sliderCloseSize in respectively
  2. replace sliderMenu and sliderMain to slider and child in respectively
  3. replace closeDrawer and openDrawer to closeSlider and openSlider in respectively
  4. replace SliderMenuContainerState to SliderDrawerState in respectively
  5. replace hasAppBar to appBar: if you set app:null then it will hide in respectively
  6. replace isShadow to sliderShadow : if you set sliderShadow:null then shadow will not come by default it's null

Mar 7,2021

07 Mar 07:07

Choose a tag to compare

  • Added null safety

v1.2.1_Nov 30,2020

30 Nov 06:52

Choose a tag to compare

  • Implement swipe to open feature for sliderDirection LEFT_TO_RIGHT and RIGHT_TO_LEFT.
  • Deprecate parameter sliderMenuOpenOffset and sliderMenuCloseOffset. You can use sliderMenuOpenSize and sliderMenuCloseSize.
  • Deprecate parameter sliderOpen. You can use slideDirection
  • Deprecate parameter sliderAnimationTimeInMilliseconds. You can use animationDuration
  • You can access animationController by key.
  • Bug fixed
  • Improve code document

v1.0.3_Aug 1, 2020

18 Aug 04:47
a0a2e41

Choose a tag to compare

  • Added TopToBottom slide feature
  • Added Shadow feature with shadow colour, shadow blur radius and shadow spread dynamic handle
  • Bug fixed

Bug fixed a

13 Jun 09:12

Choose a tag to compare

v1.0.1

- Drawer Toggle issue fixed