action_slider 0.7.0
action_slider: ^0.7.0 copied to clipboard
A slider to confirm actions and provide feedback on the success of these after subsequent loading.
0.7.0 [2023-07-30] #
- 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
0.6.1 [2022-12-09] #
- adds support for
RTL - adds
directionto constructors
0.6.0 [2022-07-05] #
- minor fixes
- fixes #1
- BREAKING: renames
onSlidetoactioninActionSlider.standard
0.5.0 [2022-03-17] #
- adds
stateChangeCallback,actionThresholdandactionThresholdType - BREAKING: renames
onSlidetoaction - BREAKING: renames
SlideCallbacktoAction
0.4.0 [2022-03-17] #
- 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
0.3.0 [2022-03-12] #
- adds
onTapparameter - adds jump method to
ActionSliderController - minor gesture detection improvements
0.2.1 [2022-02-28] #
- changes README.md
0.2.0 [2022-02-28] #
- BREAKING: changes parameters of
ForegroundBuilderandBackgroundBuilder - adds
SliderBehaviour.stretch
0.1.2 [2022-02-25] #
- BREAKING: changes parameters of
SlideCallback - optimizes fade animation
0.1.1 [2022-02-21] #
- fixes README.md
0.1.0 [2022-02-21] #
- initial release
