flutter_slider_drawer 3.0.2
flutter_slider_drawer: ^3.0.2 copied to clipboard
A Flutter package with custom implementation of the Slider Drawer Menu
3.0.2 Enhance documentation #
- Update documentation for better understanding.
3.0.1 Enhance documentation #
- Update documentation for better understanding.
3.0.0 Enhance animation and performance #
- 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
2.1.3 Release #
- Improvement
2.1.2 Release #
- replace
sliderShadowtosliderBoxShadow - 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 :
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.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
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.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
