Skip to content

Commit 8e0b20f

Browse files
author
Kamil Klyta
committed
Update changelog
1 parent 1b886da commit 8e0b20f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
## 1.0.0
3+
- Stable nullsafety release.
4+
- **BREAKING**: Removed `prevState` from `IndicatorController` class.
5+
Because flutter only marks widget that it is ready for rebuilt, it is possible that controller state will change more than once during single frame what causes one or more steps to be skipped. To still use `prevState` and `didChangeState` method, you can use `IndicatorStateHelper`. Take a look at `check_mark_indicator.dart` or `warp_indicator.dart` for example usage.
6+
- Added `IndicatorStateHelper` class.
7+
- Added `IndicatorController` unit tests.
8+
- Added warp indicator example.
9+
110
## 1.0.0-nullsafety.0
211

312
- **BREAKING**: opt into null safety

0 commit comments

Comments
 (0)