|
1 | | -## [0.9.0] - October 02, 2020 |
| 1 | +## 1.0.0-nullsafety.0 |
| 2 | + |
| 3 | +- **BREAKING**: opt into null safety |
| 4 | + - Dart SDK constraints: >=2.12.0-0 <3.0.0 |
| 5 | + |
| 6 | +## 0.9.0 |
| 7 | + |
2 | 8 | - Improved readme documentation. |
3 | 9 | - Removed material package import. |
4 | | -## [0.9.0-dev.2] - August 21, 2020 |
| 10 | + |
| 11 | +## 0.9.0-dev.2 |
| 12 | + |
5 | 13 | - Added `isComplete` and `wasComplete` controller getters. |
6 | 14 | - Removed `axis` property as it can be handled by `notificationPredicate`. |
7 | | -## [0.9.0-dev.1] - August 12, 2020 |
| 15 | + |
| 16 | +## 0.9.0-dev.1 |
| 17 | + |
8 | 18 | - Added optional `complete` indicator state together with `completeStateDuration` parameter. |
9 | 19 | - `IndicatorControler` changes: |
10 | 20 | - Added `prevoiusState` property. |
|
14 | 24 | - Example app: |
15 | 25 | - Added initial version of `check_mark_indicator`. Example that shows how to make use of `complete` state. |
16 | 26 |
|
17 | | -## [0.8.0+1] - April 12, 2020 |
| 27 | +## 0.8.0+1 |
18 | 28 |
|
19 | 29 | ## BREAKING API CHANGES |
20 | 30 |
|
@@ -56,21 +66,21 @@ return CustomRefreshIndicator( |
56 | 66 | ); |
57 | 67 | ``` |
58 | 68 |
|
59 | | -## [0.2.1] |
| 69 | +## 0.2.1 |
60 | 70 |
|
61 | 71 | - Upgrade example to AndroidX |
62 | 72 | - Improved README |
63 | 73 |
|
64 | | -## [0.2.0] - Added support for BouncingScrollPhysics. |
| 74 | +## 0.2.0 |
65 | 75 |
|
66 | 76 | - Added support for `BouncingScrollPhysics` - ios default sroll physics |
67 | 77 | - Improved readme |
68 | 78 |
|
69 | | -## [0.1.1] |
| 79 | +## 0.1.1 |
70 | 80 |
|
71 | 81 | - Extracted inbox example to [`letter_refresh_indicator`](https://pub.dev/packages/letter_refresh_indicator) package |
72 | 82 |
|
73 | | -## [0.1.0] - Initial version. |
| 83 | +## 0.1.0 |
74 | 84 |
|
75 | 85 | - Added basic `CustomRefreshIndicator` widget with `CustomRefreshIndicatorData` class. |
76 | 86 | - Added `SimpleIndicatorContainer` widget which simulate default `RefreshIndicator` container |
|
0 commit comments