Example app for felangel/bloc#3174
Problem: how to call one bloc from another?
Context:
Bloc 1allows to add a new item into some storageBloc 2allows to render a list of the present items- Question: how to trigger a refresh of
Bloc 2whenBloc 1completes the insertion of the item? - This should actually happen in
_AddItemDialogStateon line37.