flutter_slider_drawer
A Flutter package with custom implementation of the Slider Drawer Menu
3.0.2
41K downloads/mo
#1603 most downloaded on pub.dev
NikhilVadoliya/Flutter_slider_drawer
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 2.0 years
Nearly every release is documented
notes for 14 of 14 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
14 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
14 releases · May 2020 to Jan 2025
2021
2022
2023
2024
2025
2026
Releases
latest 14-
3.0.216 Jan 2025 -
3.0.116 Jan 2025 -
3.0.016 Jan 2025Release notes
Open source →- Upgrade dart version min
3.0.0.
Deprecated Features:
isTitleCenter: Replaced withTextAlignin theTextwidget 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.
New Features:
- Added
SliderAppBarConfigfor streamlined AppBar configuration.
Rename SlideDirection enums for consistency:
- LEFT_TO_RIGHT → leftToRight
- RIGHT_TO_LEFT → rightToLeft
- TOP_TO_BOTTOM → topToBottom
- Upgrade dart version min
-
2.1.303 Feb 2023 -
2.1.204 Dec 2022Release notes
Open source →- replace
sliderShadowtosliderBoxShadow - Slider RightToLeft : Gesture area issue fixed
- Fixed issue : #21 and #23
- replace
-
2.1.127 Jan 2022Release notes
Open source →- Provide custom appBar feature
- Slider LeftToRight and RightToLeft issue fixed
-
2.1.026 Jan 2022Release notes
Open source →- Code Refactor
- Improve Documentation
- deprecated :
sliderMenuOpenSizeandsliderMenuCloseSize - deprecated :
sliderMenuandsliderMain - deprecated :
closeDrawerandopenDrawer - deprecated :
SliderMenuContainerState - deprecated :
hasAppBar - deprecated :
isShadow - replace
sliderMenuOpenSizeandsliderMenuCloseSizetosliderOpenSizeandsliderCloseSize - replace
sliderMenuandsliderMaintosliderandchild - replace
closeDrawerandopenDrawertocloseSliderandopenSlider - replace
SliderMenuContainerStatetoSliderDrawerState - replace
hasAppBarto 'appBar' : if you setapp:nullthen it will hide - replace
isShadowto 'sliderShadow' : if you setsliderShadow:nullthen shadow will not come by default it's null
-
2.0.007 Mar 2021 -
1.2.130 Nov 2020Release notes
Open source →- 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
-
1.2.030 Nov 2020Release notes
Open source →- Implement swipe to open feature for sliderDirection LEFT_TO_RIGHT and RIGHT_TO_LEFT.
- Deprecate parameter
sliderMenuOpenOffsetandsliderMenuCloseOffset. You can usesliderMenuOpenSizeandsliderMenuCloseSize. - Deprecate parameter
sliderOpen. You can useslideDirection - Deprecate parameter
sliderAnimationTimeInMilliseconds. You can useanimationDuration - You can access
animationControllerby key. - Bug fixed
-
1.0.301 Aug 2020Release notes
Open source →- Added TopToBottom slide feature
- Added Shadow feature with shadow colour, shadow blur radius and shadow spread dynamic handle
- Bug fixed
Release notes
Open source →- Added TopToBottom slide feature
- Added Shadow feature with shadowColor,shadowBlurRadius and shadowSpread dynamic handle
- Bug fixed
-
1.0.211 Jul 2020 -
1.0.131 May 2020 -
1.0.031 May 2020Release notes
Open source →- 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