How do I access multiple BloCs from a single component in Flutter Flame?
I am building a Flutter Flame game and am trying to have a single action add events to two different blocs. For example, when the character picks up an item I want it to go into an InventoryBloc
and increment a counter in GameStatsBloc
(for total lifetime items collected).