Skip to content

Releases: NikhilVadoliya/Flutter_slider_drawer

Jan 27,2022

27 Jan 15:16
Compare
Choose a tag to compare
  • Provide custom appBar feature
  • Slider LeftToRight and RightToLeft issue fixed

Jan 26, 2022

27 Jan 14:38
Compare
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
Compare
Choose a tag to compare
  • Added null safety

v1.2.1_Nov 30,2020

30 Nov 06:52
Compare
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
Compare
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
Compare
Choose a tag to compare
v1.0.1

- Drawer Toggle issue fixed