Skip to content

Commit ae7c7dc

Browse files
committed
2.0.0-nullsafety.0
1 parent 1cd20b3 commit ae7c7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- Depends on [flutter_provider](https://pub.dev/packages/flutter_provider/versions/2.0.0-nullsafety.0) package.
66
So bloc will be created lazy i.e. on the first access.
77
- Added extension `BuildContext.bloc<T>({bool listen = false})`. It is identical with `BlocProvider<T>.of(BuildContext, {bool listen = false})`.
8-
- Changed signature of `builder` in `RxStreamBuilder(builder: )` constructor to `Widget Function(BuildContext, T?)` ~
9-
`Widget Function(BuildContext, AsyncSnapshot<T>)` before.
8+
- Changed signature of `builder` in `RxStreamBuilder(builder: )` constructor to `Widget Function(BuildContext, T?)`.
9+
Previous signature is `Widget Function(BuildContext, AsyncSnapshot<T>)`.
1010
- Fixed many issues.
1111
- Many improvements.
1212

0 commit comments

Comments
 (0)