skip to Main Content

Flutter: Bloc to emmiting events

could I ask for assistance for this problem? My CombosBloc does not receive the CategoryChangedEvent. It was created in main with lazy: false and I am calling the event like this: context.read().add(CategoryChangedEvent(newCategory: widget.task!['category'])); This is inside an initState of a…

VIEW QUESTION
Back To Top
Search