File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments