feat(monetization): 수익화 시스템 기반 모델 추가

- MonetizationState freezed 모델 추가
- google_mobile_ads, in_app_purchase 의존성 추가
- IAP 구매 상태, 버프 종료 시점, 복귀 보상 데이터 관리
This commit is contained in:
JiWoong Sul
2026-01-16 20:08:10 +09:00
parent 306715ca26
commit 724f08f56d
5 changed files with 717 additions and 0 deletions

View File

@@ -41,6 +41,10 @@ dependencies:
# Code generation annotations
freezed_annotation: ^2.4.1
json_annotation: ^4.9.0
# AdMob 광고
google_mobile_ads: ^5.3.0
# IAP (인앱 결제)
in_app_purchase: ^3.2.0
dev_dependencies:
flutter_test: