Skip to content

v3.0.0

Compare
Choose a tag to compare
@gonuit gonuit released this 06 Nov 21:18
· 40 commits to master since this release
0899c31

Changes:

  • CustomRefreshIndicator:
    • Deprecated indicatorFinalizeDuration, indicatorSettleDuration, indicatorCancelDuration and completeStateDuration parameters in favor of durations.
    • The indicator widget will now be rebuilt every time state changes, even if the autoRebuilt parameter is set to false. This will make managing the state of the indicator widget simpler.
    • Deprecated IndicatorDelegate and MaterialIndicatorDelegate in favor of CustomMaterialIndicator widget.
  • IndicatorController:
    • The controller now extends Animation. This allows it to be used directly with Transition widgets to further improve animation performance.
    • New ClampedAnimation class for constraining the IndicatorController animation value within a specific range using the clamp method.
    • Drag interaction details are now available, enabling pointer-position-based animations.
  • Example app:
    • The checkmark indicator example has been simplified.
    • Minor corrections to the envelope indicator.
    • Added image precaching.
    • Removed unused code.

Full Changelog: v2.2.1...v3.0.0