Skip to content

Commit 3fec72c

Browse files
committed
Update changelog
1 parent 28ef625 commit 3fec72c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
- Added windows support.
1010
- Added a web based demo app (url in the readme file).
1111
- Replaced the deprecated `disallowGlow` method calls with `disallowIndicator`.
12+
- Added `onStateChanged` function argument that allows tracking indicator state changes.
13+
- The `IndicatorStateHelper` class is now deprecated in favor of `onStateChange` function and `IndicatorStateChange` class.
14+
- Initial support for programmatically-controlled indicators has been added. Added the `show`,` hide` and `refresh` methods to the` CustomRefreshIndicatorState` class. It can be accessed via GlobalKey. Take a look at an [programmatically-controlled screen example](/example/lib/screens/programmatically_controlled_indicator_screen.dart).
1215

1316
## 1.0.0
1417

0 commit comments

Comments
 (0)