issues
search
djangoflow
/
list_bloc
BLoC management of simple, filtered, sorted and paged lists.
3
stars
10
forks
source link
[flutter_list_bloc] Integration/Widget tests for the bloc builder widgets
#19
Open
adar2378
opened
2 years ago
adar2378
commented
2 years ago
We have widgets in
flutter_list_bloc
that works with
list_bloc
.
Need to add integration/widget tests for the bloc builders widget which would test that if the bloc states are changing properly and reflecting with the widgets properly.
We have widgets in flutter_list_bloc that works with list_bloc.