RoadTripMoustache / kana_to_kanji

Simple application to learn Japanese kana (hiragana, katakana) and kanji
5 stars 1 forks source link

feat: Ads #213

Open apomalyn opened 2 months ago

apomalyn commented 2 months ago

As a RoadTripMoustache shareholder, I want money. 💰 To do that, we need to implement some ads in the application.

Requirements

We want a way to display:

What needs to be done

  1. Follow the Flutter monetization page to setup the Google AdMob account, the application and to load ads in the application. Be sure to have a professional account
  2. Create dedicated widgets under src/core/widgets for each kind of ads which can be reused from anywhere in the application
  3. Update the QuizRecapitulation view and view-model to add the fullscreen ad after clicking on "Continue"
  4. Update the prepare_quiz_view to add banner ads 🚧
  5. Create an issue for the app-ads.txt in the RoadTripMoustache project to match the requirements listed in the Flutter monetization page
  6. Create a post for our technical blog

Dependencies

Child of #160

Depends on:

Dev notes

Docs