Releases: splashbyte/action_slider
Releases · splashbyte/action_slider
v0.8.0-beta.3
- 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
v0.8.0-beta.2
- fixes
rolling
withActionSlider.dual
and when using a customSliderMode
- BREAKING: removes
ActionSliderController.dual
- BREAKING: moves
anchorPosition
andallowedInterval
fromActionSliderControllerState
toActionSlider
v0.8.0-beta.1
- fixes
SliderBehavior.stretch
withActionSlider.dual
- BREAKING: default loading icon is now adaptive for iOS and macOS
v0.8.0-beta.0
- BREAKING: renames
movementCurve
toanchorPositionCurve
- BREAKING: renames
movementDuration
toanchorPositionDuration
- adds
resultToggleMargin
,toggleMarginCurve
andtoggleMarginDuration
- adds
loadingExpanded
,successExpanded
andfailureExpanded
v0.7.0
- 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
v0.6.1
v0.6.0
v0.5.0
v0.4.0
- 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