You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,16 @@
1
-
## 2.3.0
2
-
- The controller now extends the *Animation<double>*.
3
-
- New *ClampedAnimation* class for constraining the *IndicatorController* animation value within a specific range using the *clamp* method.
4
-
- Drag interaction details are now available, enabling pointer-position-based animations.
5
-
- Example app:
1
+
## 3.0.0
2
+
-**CustomRefreshIndicator**:
3
+
- Deprecated *indicatorFinalizeDuration*, *indicatorSettleDuration* and *indicatorCancelDuration* parameters in favor of *finalizeDuration*, *settleDuration* and *cancelDuration*.
4
+
- 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.
5
+
-**IndicatorController**:
6
+
- The controller now extends *Animation<double>*. This allows it to be used directly with *Transition* widgets to further improve animation performance.
7
+
- New *ClampedAnimation* class for constraining the *IndicatorController* animation value within a specific range using the *clamp* method.
8
+
- Drag interaction details are now available, enabling pointer-position-based animations.
9
+
-**Example app**:
6
10
- The checkmark indicator example has been simplified.
0 commit comments