- BREAKING: increases minimum SDK to 2.17
- BREAKING: changes default background color from
ThemeData.backgroundColor
toThemeData.cardColor
- BREAKING: changes state type of
ActionSliderController
fromSliderMode
toActionSliderControllerState
- adds
anchorPosition
andallowedInterval
toActionSliderController
- adds
anchorPosition
andallowedInterval
toSliderState
- adds
ActionSliderController.dual
- closes #6
- adds support for
RTL
- adds
direction
to constructors
- minor fixes
- fixes #1
- BREAKING: renames
onSlide
toaction
inActionSlider.standard
- adds
stateChangeCallback
,actionThreshold
andactionThresholdType
- BREAKING: renames
onSlide
toaction
- BREAKING: renames
SlideCallback
toAction
- major customizability improvements
- adds
outerBackgroundBuilder
andouterBackgroundChild
to constructorActionSlider.custom
- adds
crossFadeDuration
,customBackgroundBuilder
,customBackgroundBuilderChild
,customOuterBackgroundBuilder
andcustomOuterBackgroundBuilderChild
to constructorActionSlider.standard
- BREAKING: renames
SlidingState.loading
toSlidingState.compact
- BREAKING: renames
CrossFade
toSliderCrossFade
- BREAKING change for constructor
ActionSlider.standard
:- removes
circleRadius
and addsborderWidth
instead
- removes
- BREAKING change for constructor
ActionSlider.custom
:- removes
toggleHeight
and addstoggleMargin
instead
- removes
- adds
onTap
parameter - adds jump method to
ActionSliderController
- minor gesture detection improvements
- changes README.md
- BREAKING: changes parameters of
ForegroundBuilder
andBackgroundBuilder
- adds
SliderBehaviour.stretch
- BREAKING: changes parameters of
SlideCallback
- optimizes fade animation
- fixes README.md
- initial release