Tic Tac Toe for iOS & Android
- AdMob ads
- Firebase Analytics
- In-app purchases
- Provider state management
- Responsive UI
- Firebase Hosting(+ Github Actions)
- Automatic builds and deployment via Codemagic
Create .env
file in the project root with:
ANDROID_BANNER_AD_UNIT_ID=your-android-banner-ad-unit-id
IOS_BANNER_AD_UNIT_ID=your-ios-banner-ad-unit-id
And run flutter pub run build_runner build
to generate lib/env/env.g.dart
.
Create ios/Flutter/Local.xcconfig
to provide the AdMob App ID for iOS:
ADMOB_APP_ID=your-ios-admob-app-id
Add following line to android/local.properties
to provide the AdMob App ID for Android:
admobAppId=your-android-admob-app-id