You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.9 KiB
1.9 KiB
[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