Flutter Slider Drawer Versions Save

You can make slider drawer type ui by this plugin

v2.1.1

2 years ago
  • Provide custom appBar feature
  • Slider LeftToRight and RightToLeft issue fixed

v2.1.0

2 years ago
  • Code Refactor
  • Improve documentation
  • Deprecated
  1. sliderMenuOpenSize
  2. sliderMenuCloseSize
  3. sliderMenu and sliderMain
  4. closeDrawer and openDrawer
  5. deprecated : SliderMenuContainerState
  6. deprecated : hasAppBar
  7. deprecated : isShadow
  • Replace
  1. replace sliderMenuOpenSize and sliderMenuCloseSize to sliderOpenSize and sliderCloseSize in respectively
  2. replace sliderMenu and sliderMain to slider and child in respectively
  3. replace closeDrawer and openDrawer to closeSlider and openSlider in respectively
  4. replace SliderMenuContainerState to SliderDrawerState in respectively
  5. replace hasAppBar to appBar: if you set app:null then it will hide in respectively
  6. replace isShadow to sliderShadow : if you set sliderShadow:null then shadow will not come by default it's null

v2.0.0

3 years ago
  • Added null safety

v1.2.1

3 years ago
  • 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

3 years ago
  • Added TopToBottom slide feature
  • Added Shadow feature with shadow colour, shadow blur radius and shadow spread dynamic handle
  • Bug fixed

v1.0.1

3 years ago