Skip to content

Releases: splashbyte/animated_toggle_switch

v0.8.0-beta.0

29 Jul 06:41
84f04d4
Compare
Choose a tag to compare
v0.8.0-beta.0 Pre-release
Pre-release
  • adds tests for all AnimatedToggleSwitch constructors
  • adds separatorBuilder, customSeparatorBuilder, style and styleAnimationType to AnimatedToggleSwitch
  • adds separatorBuilder to CustomAnimatedToggleSwitch
  • fixes initial loading
  • BREAKING: moves many parameters to style:
    • innerColor (renamed to backgroundColor)
    • innerGradient (renamed to backgroundGradient)
    • borderColor
    • indicatorColor
    • borderRadius
    • indicatorBorderColor
    • indicatorBorder
    • indicatorBorder
    • foregroundBoxShadow (renamed to indicatorBoxShadow)
    • boxShadow
  • BREAKING: merges borderColorBuilder with styleBuilder
  • BREAKING: indicatorAnimationType handles ToggleStyle.indicatorColor, ToggleStyle.indicatorBorderRadius, ToggleStyle.indicatorBorder and ToggleStyle.indicatorBoxShadow now

v0.7.0

19 Jun 15:42
c1027b2
Compare
Choose a tag to compare
  • adds possibility that no valid value is selected (by setting allowUnlistedValues to true)
  • adds new parameters to almost all constructors: allowUnlistedValues, indicatorAppearingBuilder, indicatorAppearingDuration, indicatorAppearingCurve

v0.6.2

09 Mar 22:14
Compare
Choose a tag to compare
  • adds screenshot to pubspec.yaml

v0.6.1

22 Dec 11:36
Compare
Choose a tag to compare
  • adds examples for loading animation to README

v0.6.0

22 Dec 10:50
1eac4c2
Compare
Choose a tag to compare
  • fixes README
  • fixes #28
  • BREAKING: Increases minimum SDK to 2.17
  • BREAKING: Renames value to current and previousValue to previous in DetailedGlobalToggleProperties
  • BREAKING Feature: Adds loading animation to all switches. You can disable it by setting loading to false.
  • Adds innerGradient to AnimatedToggleSwitch
  • Adds transitionType to AnimatedToggleSwitch.rolling, AnimatedToggleSwitch.rollingByHeight and AnimatedToggleSwitch.dual

v0.5.2

22 Apr 15:06
Compare
Choose a tag to compare
  • Minor performance improvement
  • Minor fixes
  • Improves code documentation
  • Adds dragCursor and draggingCursor to CustomAnimatedToggleSwitch
  • Adds iconsTappable, defaultCursor, dragCursor and draggingCursor to AnimatedToggleSwitch

v0.5.1

21 Apr 14:16
Compare
Choose a tag to compare

v0.5.0

20 Apr 23:51
Compare
Choose a tag to compare
  • Minor performance improvement
  • Fixes problems with tight constraints
  • BREAKING: Changes default values of animationOffset and clipAnimation in AnimatedToggleSwitch.dual

v0.4.0

03 Apr 14:45
Compare
Choose a tag to compare
  • Minor fixes and performance improvements
  • Adds indicatorBorderRadius to AnimatedToggleSwitch
  • Adds animationOffset, clipAnimation and opacityAnimation to AnimatedToggleSwitch.dual
  • BREAKING: Sets default values of animationOffset, clipAnimation and opacityAnimation
    in AnimatedToggleSwitch.dual
  • BREAKING: Renames foregroundBorder to indicatorBorder

v0.3.1

23 Mar 13:34
42db00e
Compare
Choose a tag to compare
  • Minor fixes