Skip to content

Commit 7eb0222

Browse files
committed
Update changelog
1 parent 7acb249 commit 7eb0222

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

CHANGELOG.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1-
## 1.1.0-dev.1
2-
3-
- Fixes:
4-
- Handle errors thrown from the `onRefresh` method.
5-
- Improvements:
6-
- Updated example app
7-
- Added support for the Android embedding v2
8-
- Added web support
9-
- Added windows support.
10-
- Added a web based demo app (url in the readme file).
11-
- 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).
15-
- Use the `flutter_lints` package for analysis.
16-
- Deprecate `leadingGlowVisible` and `trailingGlowVisible` in favor of `leadingScrollIndicatorVisible` and `trailingScrollIndicatorVisible` arguments.
17-
- Added `reversed` argument that allows you to trigger a refresh indicator from the end of the list.
18-
- Added `envelope` example.
19-
- Added `pull to fetch more` example.
1+
## 1.1.0-dev.2
2+
3+
### Fixes:
4+
5+
- Handle errors thrown from the `onRefresh` method.
6+
7+
### Improvements:
8+
9+
- Updated example app
10+
- Added support for the Android embedding v2
11+
- Added web support
12+
- Added windows support.
13+
- Added a web based demo app (url in the readme file).
14+
- Replaced the deprecated `disallowGlow` method calls with `disallowIndicator`.
15+
- Added `onStateChanged` function argument that allows tracking indicator state changes.
16+
- The `IndicatorStateHelper` class is now deprecated in favor of `onStateChange` function and `IndicatorStateChange` class.
17+
- 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).
18+
- Use the `flutter_lints` package for analysis.
19+
- Deprecate `leadingGlowVisible` and `trailingGlowVisible` in favor of `leadingScrollIndicatorVisible` and `trailingScrollIndicatorVisible` arguments.
20+
- Added `reversed` argument that allows you to trigger a refresh indicator from the end of the list.
21+
- Added `envelope` example.
22+
- Added `pull to fetch more` example.
2023

2124
## 1.0.0
2225

0 commit comments

Comments
 (0)