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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
- Trigger mode support added. Equivalent to trigger mode of the built-in **RefreshIndicator** widget.
14
14
- The **PositionedIndicatorContainer** class is no longer exported from this package, however the source code is available in the example application.
15
15
- Now the *onRefresh* function will be triggered immediately when the indicator is released in the armed state. Previously, the *onRefresh* function was triggered when the indicator reached a target value in the loading state of `1.0`.
16
+
- Fixed a bug causing the *onRefresh* method not being triggered on the iOS platform due to the use of bounce physics.
16
17
- Multiple minor fixes, improvements and optimizations.
17
18
## 1.2.1
18
19
- Flutter 3.0.0 migration backward compatibility fix ([#31](https://github.com/gonuit/flutter-custom-refresh-indicator/pull/31)) by [Jordan1122](https://github.com/Jordan1122)
0 commit comments