From ee86c83907343404485559a5c50e1c4f2aebe67a Mon Sep 17 00:00:00 2001 From: alestiago Date: Tue, 5 Apr 2022 13:40:09 +0100 Subject: [PATCH] feat: included bonusBalls in props --- lib/game/bloc/game_state.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/game/bloc/game_state.dart b/lib/game/bloc/game_state.dart index c1f10ecc..f4fa2a87 100644 --- a/lib/game/bloc/game_state.dart +++ b/lib/game/bloc/game_state.dart @@ -97,6 +97,7 @@ class GameState extends Equatable { List get props => [ score, balls, + bonusBalls, activatedBonusLetters, activatedDashNests, bonusHistory,