Releases: splashbyte/action_slider
Releases · splashbyte/action_slider
v0.8.0-beta.3
- adds
childPositiontoActionSlider.standard - adds
childAnimationparameter toActionSlider.standardandActionSlider.dual - migrates from
SliderModetoSliderStatus - adds
statusto all constructors - adds
expanded,highlightedandsideparameters toSliderMode.loading,SliderMode.success
andSliderMode.failure - BREAKING: renames
customForegroundBuildertocustomIconBuilder - BREAKING: changes default background color from
ThemeData.cardColortoThemeData.colorScheme.surface - BREAKING: removes
rollingin favor of the newiconAnimationparameter - BREAKING: renames
SlidingStatetoSlidingStatus - BREAKING: moves parameters in
ActionSlider.standardandActionSlider.dualtostyle:backgroundColorbackgroundBorderRadius(renamed toborderRadius)toggleColorboxShadow
- adds option to add
SliderStyletoextensionsofThemeData
v0.8.0-beta.2
- fixes
rollingwithActionSlider.dualand when using a customSliderMode - BREAKING: removes
ActionSliderController.dual - BREAKING: moves
anchorPositionandallowedIntervalfromActionSliderControllerStatetoActionSlider
v0.8.0-beta.1
- fixes
SliderBehavior.stretchwithActionSlider.dual - BREAKING: default loading icon is now adaptive for iOS and macOS
v0.8.0-beta.0
- BREAKING: renames
movementCurvetoanchorPositionCurve - BREAKING: renames
movementDurationtoanchorPositionDuration - adds
resultToggleMargin,toggleMarginCurveandtoggleMarginDuration - adds
loadingExpanded,successExpandedandfailureExpanded
v0.7.0
- BREAKING: increases minimum SDK to 2.17
- BREAKING: changes default background color from
ThemeData.backgroundColortoThemeData.cardColor - BREAKING: changes state type of
ActionSliderControllerfromSliderModetoActionSliderControllerState - adds
anchorPositionandallowedIntervaltoActionSliderController - adds
anchorPositionandallowedIntervaltoSliderState - adds
ActionSliderController.dual - closes #6
v0.6.1
v0.6.0
v0.5.0
v0.4.0
- major customizability improvements
- adds
outerBackgroundBuilderandouterBackgroundChildto constructorActionSlider.custom - adds
crossFadeDuration,customBackgroundBuilder,customBackgroundBuilderChild,customOuterBackgroundBuilderandcustomOuterBackgroundBuilderChildto constructorActionSlider.standard - BREAKING: renames
SlidingState.loadingtoSlidingState.compact - BREAKING: renames
CrossFadetoSliderCrossFade - BREAKING change for constructor
ActionSlider.standard:- removes
circleRadiusand addsborderWidthinstead
- removes
- BREAKING change for constructor
ActionSlider.custom:- removes
toggleHeightand addstoggleMargininstead
- removes