Releases: NikhilVadoliya/Flutter_slider_drawer
Releases · NikhilVadoliya/Flutter_slider_drawer
Jan 17,2025
- Improvement documentation
Jan 16,2025
- 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 inSliderAppBarConfig.appBarPadding: Now replaced with padding inSliderAppBarConfig.- Added
SliderAppBarConfigfor streamlined AppBar configuration.
Full Changelog: v2.1.3...v3.0.0
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
sliderMenuOpenSizeandsliderMenuCloseSizetosliderOpenSizeandsliderCloseSizein respectively - replace
sliderMenuandsliderMaintosliderandchildin respectively - replace
closeDrawerandopenDrawertocloseSliderandopenSliderin respectively - replace
SliderMenuContainerStatetoSliderDrawerStatein respectively - replace
hasAppBartoappBar: if you set app:null then it will hide in respectively - replace
isShadowtosliderShadow: 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