PackageTrack
Sign in Get early access

action_slider

A slider to confirm actions and provide feedback on the success of these after subsequent loading.

0.7.0 splashbyte/action_slider

What this package is like to depend on

Last release 2 years ago

no release in 18 months

Release timing varies

gaps range from 3 weeks to 12 months

Nearly every release is documented

notes for 11 of 11 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

15 releases · first in 2022

0 releases in the last 12 months

see the full history below

Release timeline

15 releases · Feb 2022 to Sep 2024
2023 2024 2025 2026
Release Pre-release

Releases

latest 15
  1. 0.8.0-beta.3 21 Sep 2024 pre-release
    Release notes
    • 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
    Open source →
    Release notes
    • 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
    Open source →
  2. 0.8.0-beta.2 31 Jul 2024 pre-release
    Release notes
    • fixes rolling with ActionSlider.dual and when using a custom SliderMode
    • BREAKING: removes ActionSliderController.dual
    • BREAKING: moves anchorPosition and allowedInterval from ActionSliderControllerState to ActionSlider
    Open source →
    Release notes
    • fixes rolling with ActionSlider.dual and when using a custom SliderMode
    • BREAKING: removes ActionSliderController.dual
    • BREAKING: moves anchorPosition and allowedInterval from ActionSliderControllerState to ActionSlider
    Open source →
  3. 0.8.0-beta.1 31 Jul 2024 pre-release
    Release notes
    • fixes SliderBehavior.stretch with ActionSlider.dual
    • BREAKING: default loading icon is now adaptive for iOS and macOS
    Open source →
    Release notes
    • fixes SliderBehavior.stretch with ActionSlider.dual
    • BREAKING: default loading icon is now adaptive for iOS and macOS
    Open source →
  4. 0.8.0-beta.0 30 Jul 2024 pre-release
    Release notes
    • BREAKING: renames movementCurve to anchorPositionCurve
    • BREAKING: renames movementDuration to anchorPositionDuration
    • adds resultToggleMargin, toggleMarginCurve and toggleMarginDuration
    • adds loadingExpanded, successExpanded and failureExpanded
    Open source →
    Release notes
    • BREAKING: increases minimum SDK to 3.0.0
    • BREAKING: renames movementCurve to anchorPositionCurve
    • BREAKING: renames movementDuration to anchorPositionDuration
    • BREAKING: renames SliderDirection.begin to SliderDirection.start
    • adds resultToggleMargin, toggleMarginCurve and toggleMarginDuration
    • adds SliderMode.loadingExpanded, SliderMode.successExpanded and SliderMode.failureExpanded
    Open source →
  5. 0.7.0 30 Jul 2023
    Release notes
    • 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
    Open source →
    Release notes
    • 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
    Open source →
  6. 0.6.1 09 Dec 2022
    Release notes
    • adds support for RTL
    • adds direction to constructors
    Open source →
    Release notes
    • adds support for RTL
    • adds direction to constructors
    Open source →
  7. 0.6.0 05 Jul 2022
    Release notes
    • minor fixes
    • fixes #1
    • BREAKING: renames onSlide to action in ActionSlider.standard
    Open source →
    Release notes
    • minor fixes
    • fixes #1
    • BREAKING: renames onSlide to action in ActionSlider.standard
    Open source →
  8. 0.5.0 17 Mar 2022
    Release notes
    • adds stateChangeCallback, actionThreshold and actionThresholdType
    • BREAKING: renames onSlide to action
    • BREAKING: renames SlideCallback to Action
    Open source →
    Release notes
    • adds stateChangeCallback, actionThreshold and actionThresholdType
    • BREAKING: renames onSlide to action
    • BREAKING: renames SlideCallback to Action
    Open source →
  9. 0.4.0 17 Mar 2022
    Release notes
    • 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
    Open source →
    Release notes
    • 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
    Open source →
  10. 0.3.0 12 Mar 2022
    Release notes
    • adds onTap parameter
    • adds jump method to ActionSliderController
    • minor gesture detection improvements
    Open source →
    Release notes
    • adds onTap parameter
    • adds jump method to ActionSliderController
    • minor gesture detection improvements
    Open source →
  11. 0.2.1 28 Feb 2022
    Release notes
    • changes README.md
    Open source →
  12. 0.2.0 28 Feb 2022
    Release notes
    • BREAKING: changes parameters of ForegroundBuilder and BackgroundBuilder
    • adds SliderBehaviour.stretch
    Open source →
  13. 0.1.2 25 Feb 2022
    Release notes
    • BREAKING: changes parameters of SlideCallback
    • optimizes fade animation
    Open source →
  14. 0.1.1 21 Feb 2022
    Release notes
    • fixes README.md
    Open source →
  15. 0.1.0 21 Feb 2022
    Release notes
    • initial release
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive