flutter_slider_drawer_enhanced 2.1.6
flutter_slider_drawer_enhanced: ^2.1.6 copied to clipboard
A Flutter package with custom implementation of the Slider Drawer Menu & enhanced slider drawer height
2.1.3 Release #
- Improvement
2.1.2 Release #
- replace
sliderShadow
tosliderBoxShadow
- Slider RightToLeft : Gesture area issue fixed
- Fixed issue : #21 and #23
2.1.1 Release #
- Provide custom appBar feature
- Slider LeftToRight and RightToLeft issue fixed
2.1.0 Release #
- Code Refactor
- Improve Documentation
- deprecated :
sliderMenuOpenSize
andsliderMenuCloseSize
- deprecated :
sliderMenu
andsliderMain
- deprecated :
closeDrawer
andopenDrawer
- deprecated :
SliderMenuContainerState
- deprecated :
hasAppBar
- deprecated :
isShadow
- replace
sliderMenuOpenSize
andsliderMenuCloseSize
tosliderOpenSize
andsliderCloseSize
- replace
sliderMenu
andsliderMain
toslider
andchild
- replace
closeDrawer
andopenDrawer
tocloseSlider
andopenSlider
- replace
SliderMenuContainerState
toSliderDrawerState
- replace
hasAppBar
to 'appBar' : if you setapp:null
then it will hide - replace
isShadow
to 'sliderShadow' : if you setsliderShadow:null
then shadow will not come by default it's null
2.0.0 Release #
- Added null safety
1.2.1 Release #
- Improve code document
1.2.0 Release #
- Implement swipe to open feature for sliderDirection LEFT_TO_RIGHT and RIGHT_TO_LEFT.
- Deprecate parameter
sliderMenuOpenOffset
andsliderMenuCloseOffset
. You can usesliderMenuOpenSize
andsliderMenuCloseSize
. - Deprecate parameter
sliderOpen
. You can useslideDirection
- Deprecate parameter
sliderAnimationTimeInMilliseconds
. You can useanimationDuration
- You can access
animationController
by key. - Bug fixed
1.0.3 Release #
- Added TopToBottom slide feature
- Added Shadow feature with shadowColor,shadowBlurRadius and shadowSpread dynamic handle
- Bug fixed
1.0.2 Release #
- Added RightToLeft/LeftToRight slide feature
- Bug fixed
1.0.1 Release #
- Bug fixed
1.0.0 Release #
- Slider with custom animation time
- Provide Basic Appbar with customization of color, sizes and title
- Dynamic slider open and close offset
- Provide drawer icon animation