Skip to content

Releases: splashbyte/action_slider

v0.8.0-beta.3

21 Sep 16:23
Compare
Choose a tag to compare
v0.8.0-beta.3 Pre-release
Pre-release
  • adds childPosition to ActionSlider.standard
  • adds childAnimation parameter to ActionSlider.standard and ActionSlider.dual
  • migrates from SliderMode to SliderStatus
  • adds status to all constructors
  • adds expanded, highlighted and side parameters to SliderMode.loading, SliderMode.success
    and SliderMode.failure
  • BREAKING: renames customForegroundBuilder to customIconBuilder
  • BREAKING: changes default background color from ThemeData.cardColor to ThemeData.colorScheme.surface
  • BREAKING: removes rolling in favor of the new iconAnimation parameter
  • BREAKING: renames SlidingState to SlidingStatus
  • BREAKING: moves parameters in ActionSlider.standard and ActionSlider.dual to style:
    • backgroundColor
    • backgroundBorderRadius (renamed to borderRadius)
    • toggleColor
    • boxShadow
  • adds option to add SliderStyle to extensions of ThemeData

v0.8.0-beta.2

31 Jul 12:00
Compare
Choose a tag to compare
v0.8.0-beta.2 Pre-release
Pre-release
  • fixes rolling with ActionSlider.dual and when using a custom SliderMode
  • BREAKING: removes ActionSliderController.dual
  • BREAKING: moves anchorPosition and allowedInterval from ActionSliderControllerState to ActionSlider

v0.8.0-beta.1

31 Jul 09:51
Compare
Choose a tag to compare
v0.8.0-beta.1 Pre-release
Pre-release
  • fixes SliderBehavior.stretch with ActionSlider.dual
  • BREAKING: default loading icon is now adaptive for iOS and macOS

v0.8.0-beta.0

30 Jul 18:51
8de9f26
Compare
Choose a tag to compare
v0.8.0-beta.0 Pre-release
Pre-release
  • BREAKING: renames movementCurve to anchorPositionCurve
  • BREAKING: renames movementDuration to anchorPositionDuration
  • adds resultToggleMargin, toggleMarginCurve and toggleMarginDuration
  • adds loadingExpanded, successExpanded and failureExpanded

v0.7.0

30 Jul 12:48
Compare
Choose a tag to compare
  • BREAKING: increases minimum SDK to 2.17
  • BREAKING: changes default background color from ThemeData.backgroundColor to ThemeData.cardColor
  • BREAKING: changes state type of ActionSliderController from SliderMode to ActionSliderControllerState
  • adds anchorPosition and allowedInterval to ActionSliderController
  • adds anchorPosition and allowedInterval to SliderState
  • adds ActionSliderController.dual
  • closes #6

v0.6.1

09 Dec 01:02
Compare
Choose a tag to compare
  • adds support for RTL
  • adds direction to constructors

v0.6.0

05 Jul 18:30
Compare
Choose a tag to compare
  • minor fixes
  • fixes #1
  • BREAKING: renames onSlide to action in ActionSlider.standard

v0.5.0

17 Mar 20:41
Compare
Choose a tag to compare
  • adds stateChangeCallback, actionThreshold and actionThresholdType
  • BREAKING: renames onSlide to action
  • BREAKING: renames SlideCallback to Action

v0.4.0

17 Mar 16:59
Compare
Choose a tag to compare
  • major customizability improvements
  • adds outerBackgroundBuilder and outerBackgroundChild to constructor ActionSlider.custom
  • adds crossFadeDuration, customBackgroundBuilder, customBackgroundBuilderChild, customOuterBackgroundBuilder and customOuterBackgroundBuilderChild to constructor ActionSlider.standard
  • BREAKING: renames SlidingState.loading to SlidingState.compact
  • BREAKING: renames CrossFade to SliderCrossFade
  • BREAKING change for constructor ActionSlider.standard:
    • removes circleRadius and adds borderWidth instead
  • BREAKING change for constructor ActionSlider.custom:
    • removes toggleHeight and adds toggleMargin instead

v0.3.0

12 Mar 16:53
Compare
Choose a tag to compare
  • adds onTap parameter
  • adds jump method to ActionSliderController
  • minor gesture detection improvements