feat(analytics): booster + daily-reward events

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-18 12:24:02 +09:00
parent fa4247cd9b
commit d0a2be15ba
4 changed files with 40 additions and 0 deletions
+1
View File
@@ -151,6 +151,7 @@ class GameSessionNotifier extends Notifier<GameViewState?> {
}
if (!apply()) return BoosterUseResult.invalidTarget;
await inv.consume(type);
ref.read(analyticsProvider).boosterUsed(type: type.name);
_publish(lastPlacement: null);
return BoosterUseResult.success;
}