Skip to content

Releases: splashbyte/animated_toggle_switch

v0.3.0

21 Mar 19:55
6cdd1b0
Compare
Choose a tag to compare
  • 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 and textDirection to AnimatedToggleSwitch
  • BREAKING: TextDirection is taken from BuildContext by default now!!!
  • BREAKING: Changes parameters and names of some builders
  • BREAKING: Renames AnimatedToggleSwitch.byHeight to AnimatedToggleSwitch.customByHeight
  • BREAKING: Adds default textMargin to AnimatedToggleSwitch.dual
  • Fixes #9

v0.3.0-beta.3

21 Mar 03:27
c455f14
Compare
Choose a tag to compare
v0.3.0-beta.3 Pre-release
Pre-release
  • BREAKING: Changes parameters of SimpleRollingIconBuilder

v0.3.0-beta.2

21 Mar 00:41
9b1d5de
Compare
Choose a tag to compare
v0.3.0-beta.2 Pre-release
Pre-release
  • Minor fix

v0.3.0-beta.1

21 Mar 00:03
1b07cb3
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release
  • BREAKING: Most constructors of AnimatedToggleSwitch have a standard and a more customizable parameter for each of their builders now
  • BREAKING: Renames animationType back to indicatorAnimationType

v0.3.0-beta.0

20 Mar 01:43
66d5442
Compare
Choose a tag to compare
v0.3.0-beta.0 Pre-release
Pre-release
  • BREAKING: Changes parameters of all builders for more customizability and flexibility
  • BREAKING: Renames AnimatedToggleSwitch.byHeight to AnimatedToggleSwitch.customByHeight
  • BREAKING: Renames current to value
  • BREAKING: Renames indicatorAnimationType to animationType
  • Introduces CustomAnimatedToggleSwitch for maximum customizability
  • Adds animation when dragging the switch
  • Adds minTouchTargetSize, dragStartDuration and dragStartCurve to AnimatedToggleSwitch
  • Fixes #9

v0.2.3

28 Feb 21:35
dbdc08a
Compare
Choose a tag to compare
  • BREAKING: Removes indicatorType
  • BREAKING: Changes default innerColor
  • Adds BoxShadow parameters