Releases: splashbyte/animated_toggle_switch
Releases · splashbyte/animated_toggle_switch
v0.8.0-beta.0
- adds tests for all
AnimatedToggleSwitch
constructors - adds
separatorBuilder
,customSeparatorBuilder
,style
andstyleAnimationType
toAnimatedToggleSwitch
- adds
separatorBuilder
toCustomAnimatedToggleSwitch
- fixes initial loading
- BREAKING: moves many parameters to
style
:innerColor
(renamed tobackgroundColor
)innerGradient
(renamed tobackgroundGradient
)borderColor
indicatorColor
borderRadius
indicatorBorderColor
indicatorBorder
indicatorBorder
foregroundBoxShadow
(renamed toindicatorBoxShadow
)boxShadow
- BREAKING: merges
borderColorBuilder
withstyleBuilder
- BREAKING:
indicatorAnimationType
handlesToggleStyle.indicatorColor
,ToggleStyle.indicatorBorderRadius
,ToggleStyle.indicatorBorder
andToggleStyle.indicatorBoxShadow
now
v0.7.0
v0.6.2
v0.6.1
v0.6.0
- fixes README
- fixes #28
- BREAKING: Increases minimum SDK to 2.17
- BREAKING: Renames
value
tocurrent
andpreviousValue
toprevious
inDetailedGlobalToggleProperties
- BREAKING Feature: Adds loading animation to all switches. You can disable it by setting
loading
to false. - Adds
innerGradient
toAnimatedToggleSwitch
- Adds
transitionType
toAnimatedToggleSwitch.rolling
,AnimatedToggleSwitch.rollingByHeight
andAnimatedToggleSwitch.dual
v0.5.2
v0.5.1
v0.5.0
v0.4.0
- Minor fixes and performance improvements
- Adds
indicatorBorderRadius
toAnimatedToggleSwitch
- Adds
animationOffset
,clipAnimation
andopacityAnimation
toAnimatedToggleSwitch.dual
- BREAKING: Sets default values of
animationOffset
,clipAnimation
andopacityAnimation
inAnimatedToggleSwitch.dual
- BREAKING: Renames
foregroundBorder
toindicatorBorder