Releases: splashbyte/animated_toggle_switch
Releases · splashbyte/animated_toggle_switch
v0.3.0
- Introduces
CustomAnimatedToggleSwitch
for maximum customizability - Most constructors of
AnimatedToggleSwitch
have a standard and a more customizable parameter for their builders now - Full support of
TextDirection.rtl
- Adds animation when dragging the switch
- Adds
minTouchTargetSize
,dragStartDuration
,dragStartCurve
andtextDirection
toAnimatedToggleSwitch
- BREAKING:
TextDirection
is taken fromBuildContext
by default now!!! - BREAKING: Changes parameters and names of some builders
- BREAKING: Renames
AnimatedToggleSwitch.byHeight
toAnimatedToggleSwitch.customByHeight
- BREAKING: Adds default
textMargin
toAnimatedToggleSwitch.dual
- Fixes #9
v0.3.0-beta.3
- BREAKING: Changes parameters of
SimpleRollingIconBuilder
v0.3.0-beta.2
- Minor fix
v0.3.0-beta.1
- BREAKING: Most constructors of
AnimatedToggleSwitch
have a standard and a more customizable parameter for each of their builders now - BREAKING: Renames
animationType
back toindicatorAnimationType
v0.3.0-beta.0
- BREAKING: Changes parameters of all builders for more customizability and flexibility
- BREAKING: Renames
AnimatedToggleSwitch.byHeight
toAnimatedToggleSwitch.customByHeight
- BREAKING: Renames
current
tovalue
- BREAKING: Renames
indicatorAnimationType
toanimationType
- Introduces
CustomAnimatedToggleSwitch
for maximum customizability - Adds animation when dragging the switch
- Adds
minTouchTargetSize
,dragStartDuration
anddragStartCurve
toAnimatedToggleSwitch
- Fixes #9