Skip to content

sergsavchuk/tictactoe

Repository files navigation

Tic Tac Toe

Codemagic build status style: very good analysis

Tic Tac Toe for iOS & Android

Get it on Google Play

Download on the App Store

Features

  • AdMob ads
  • Firebase Analytics
  • In-app purchases
  • Provider state management
  • Responsive UI
  • Firebase Hosting(+ Github Actions)
  • Automatic builds and deployment via Codemagic

Configuration

AdMob

.env

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.

iOS

Create ios/Flutter/Local.xcconfig to provide the AdMob App ID for iOS:

ADMOB_APP_ID=your-ios-admob-app-id

Android

Add following line to android/local.properties to provide the AdMob App ID for Android:

admobAppId=your-android-admob-app-id