New
v4.0.0-dev.2
Changes:
- CustomRefreshIndicator:
- Removed deprecated parameters: indicatorCancelDuration, indicatorSettleDuration, indicatorFinalizeDuration and completeStateDuration .If you are still using them, switch to the duration parameter.
- Improved handling of indicator controller changes.
- Fixed missing dragDetails data when overscrolling.
- IndicatorController:
- Added minValue and maxValue static constants.
- Added transform method. Allows you to transform controller animation values from the range 0.0 β 1.5 to another range.
- Added normalize method. Normalizes value by converting it to the range 0.0 β 1.0. This allows the animation to be used directly with most Flutter widgets and tweens. You can still use clamp if you want to remove values above 1.0 instead of transforming the whole range.