Releases: splashbyte/animated_toggle_switch
Releases · splashbyte/animated_toggle_switch
v0.8.0-beta.4
- BREAKING: removes
IconThemefor controlling default size ofIcons - BREAKING: changes default background color from
ThemeData.scaffoldBackgroundColortoThemeData.colorScheme.surface - BREAKING: renames
diftospacingin all constructors
v0.8.0-beta.3
- BREAKING: replaces
transitionTypewithindicatorTransitioninAnimatedToggleSwitch.rolling(),
AnimatedToggleSwitch.rollingByHeight()andAnimatedToggleSwitch.dual() - BREAKING: replaces
iconSizeandselectedIconSizerolling(),rollingByHeight()anddual(): now uses IconTheme for controlling default size of Iconssize(),sizeByHeight(): new parameterselectedIconScalecontrols scaling
v0.8.0-beta.2
- minor fixes
- updates README
v0.8.0-beta.1
- adds
activeto all constructors - closes #30
- minor improvements
- BREAKING: changes
separatorBuilderparameters - BREAKING: moves all cursor parameters to
cursors
v0.8.0-beta.0
- adds tests for all
AnimatedToggleSwitchconstructors - adds
separatorBuilder,customSeparatorBuilder,styleandstyleAnimationTypetoAnimatedToggleSwitch - adds
separatorBuildertoCustomAnimatedToggleSwitch - fixes initial loading
- BREAKING: moves many parameters to
style:innerColor(renamed tobackgroundColor)innerGradient(renamed tobackgroundGradient)borderColorindicatorColorborderRadiusindicatorBorderColorindicatorBorderindicatorBorderforegroundBoxShadow(renamed toindicatorBoxShadow)boxShadow
- BREAKING: merges
borderColorBuilderwithstyleBuilder - BREAKING:
indicatorAnimationTypehandlesToggleStyle.indicatorColor,ToggleStyle.indicatorBorderRadius,ToggleStyle.indicatorBorderandToggleStyle.indicatorBoxShadownow
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
valuetocurrentandpreviousValuetopreviousinDetailedGlobalToggleProperties - BREAKING Feature: Adds loading animation to all switches. You can disable it by setting
loadingto false. - Adds
innerGradienttoAnimatedToggleSwitch - Adds
transitionTypetoAnimatedToggleSwitch.rolling,AnimatedToggleSwitch.rollingByHeightandAnimatedToggleSwitch.dual