- adds
cursors
to all constructors
- adds
childPosition
toActionSlider.standard
- adds
childAnimation
parameter toActionSlider.standard
andActionSlider.dual
- migrates from
SliderMode
toSliderStatus
- adds
status
to all constructors - adds
expanded
,highlighted
andside
parameters toSliderMode.loading
,SliderMode.success
andSliderMode.failure
- BREAKING: renames
customForegroundBuilder
tocustomIconBuilder
- BREAKING: changes default background color from
ThemeData.cardColor
toThemeData.colorScheme.surface
- BREAKING: removes
rolling
in favor of the newiconAnimation
parameter - BREAKING: renames
SlidingState
toSlidingStatus
- BREAKING: moves parameters in
ActionSlider.standard
andActionSlider.dual
tostyle
:backgroundColor
backgroundBorderRadius
(renamed toborderRadius
)toggleColor
boxShadow
- adds option to add
SliderStyle
toextensions
ofThemeData
- fixes
rolling
withActionSlider.dual
and when using a customSliderMode
- BREAKING: removes
ActionSliderController.dual
- BREAKING: moves
anchorPosition
andallowedInterval
fromActionSliderControllerState
toActionSlider
- fixes
SliderBehavior.stretch
withActionSlider.dual
- BREAKING: default loading icon is now adaptive for iOS and macOS
- BREAKING: increases minimum SDK to 3.0.0
- BREAKING: renames
movementCurve
toanchorPositionCurve
- BREAKING: renames
movementDuration
toanchorPositionDuration
- BREAKING: renames
SliderDirection.begin
toSliderDirection.start
- adds
resultToggleMargin
,toggleMarginCurve
andtoggleMarginDuration
- adds
SliderMode.loadingExpanded
,SliderMode.successExpanded
andSliderMode.failureExpanded
- 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