Skip to content

Releases: splashbyte/animated_toggle_switch

v0.8.0-beta.4

18 Aug 07:46
6c0c7ac

Choose a tag to compare

v0.8.0-beta.4 Pre-release
Pre-release
  • BREAKING: removes IconTheme for controlling default size of Icons
  • BREAKING: changes default background color from ThemeData.scaffoldBackgroundColor to ThemeData.colorScheme.surface
  • BREAKING: renames dif to spacing in all constructors

v0.8.0-beta.3

11 Aug 06:40
75a00a5

Choose a tag to compare

v0.8.0-beta.3 Pre-release
Pre-release
  • BREAKING: replaces transitionType with indicatorTransition in AnimatedToggleSwitch.rolling(),
    AnimatedToggleSwitch.rollingByHeight() and AnimatedToggleSwitch.dual()
  • BREAKING: replaces iconSize and selectedIconSize
    • rolling(), rollingByHeight() and dual(): now uses IconTheme for controlling default size of Icons
    • size(), sizeByHeight(): new parameter selectedIconScale controls scaling

v0.8.0-beta.2

01 Aug 19:49
fa31621

Choose a tag to compare

v0.8.0-beta.2 Pre-release
Pre-release
  • minor fixes
  • updates README

v0.8.0-beta.1

31 Jul 11:40
6dc4799

Choose a tag to compare

v0.8.0-beta.1 Pre-release
Pre-release
  • adds active to all constructors
  • closes #30
  • minor improvements
  • BREAKING: changes separatorBuilder parameters
  • BREAKING: moves all cursor parameters to cursors

v0.8.0-beta.0

29 Jul 06:41
84f04d4

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

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

Choose a tag to compare

  • adds screenshot to pubspec.yaml

v0.6.1

22 Dec 11:36

Choose a tag to compare

  • adds examples for loading animation to README

v0.6.0

22 Dec 10:50
1eac4c2

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

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