Releases: NikhilVadoliya/Flutter_slider_drawer
Releases · NikhilVadoliya/Flutter_slider_drawer
Jan 27,2022
- Provide custom appBar feature
- Slider LeftToRight and RightToLeft issue fixed
Jan 26, 2022
- Code Refactor
- Improve documentation
Deprecated
- sliderMenuOpenSize
- sliderMenuCloseSize
- sliderMenu and sliderMain
- closeDrawer and openDrawer
- deprecated : SliderMenuContainerState
- deprecated : hasAppBar
- deprecated : isShadow
- Replace
- replace
sliderMenuOpenSize
andsliderMenuCloseSize
tosliderOpenSize
andsliderCloseSize
in respectively - replace
sliderMenu
andsliderMain
toslider
andchild
in respectively - replace
closeDrawer
andopenDrawer
tocloseSlider
andopenSlider
in respectively - replace
SliderMenuContainerState
toSliderDrawerState
in respectively - replace
hasAppBar
toappBar
: if you set app:null then it will hide in respectively - replace
isShadow
tosliderShadow
: if you set sliderShadow:null then shadow will not come by default it's null
Mar 7,2021
- Added null safety
v1.2.1_Nov 30,2020
- 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
- Added TopToBottom slide feature
- Added Shadow feature with shadow colour, shadow blur radius and shadow spread dynamic handle
- Bug fixed
Bug fixed a
v1.0.1 - Drawer Toggle issue fixed