It's for education purpose. and it's 2th project, Code available on github.
ššBye Happy learning..
What's Flutter ?
Flutter is an open-source UI SDK created by Google. It is used to develop applications for Android and iOS from a single codebase. Flutter offers native performance, Flutterās widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts to provide full native performance on both iOS and Android.
Flutter uses plugins to provide access to a wide range of platform-specific services. Plugins enable you to access services and APIs on each platform. The google_mobile_ads plugin supports loading and displaying banner, interstitial, rewarded, and native ads using the Ads API.
What you'll learn
ā¢ How to configure the google_mobile_Ads plugin
ā¢ How to implement a banner, interstitial and rewarded ads in a Flutter app
What you'll need
ā¢ Android Studio 4.1 or later ( you will also Visual Studio Code if you want. )
ā¢ Xcode 12 or later (for iOS development)
Flutter AdKit Highlight:
ā¢ Introduction
ā¢ Setup the development environment
ā¢ Setup the app
ā¢ Learn about the Test Ads Unit and benefit.
ā¢ Enable Test Ads Unit in app
ā¢ Create Ads Units on Ads API.
ā¢ Add the Google Mobile Ads Flutter plugin
ā Bones Code ā
ā¢ Helper class for ads.(it help to manage Unit ID of both platform IOS & Android. )
ā¢ Add a Helper class in project
ā¢ Initialize the google_mobile_Ads SDK
ā¢ Add a banner ad
ā¢ Add a interstitial ad
ā¢ Add a rewarded ad