admob_kit_x 0.1.0
admob_kit_x: ^0.1.0 copied to clipboard
High-level AdMob integration for Flutter. Banner, interstitial, rewarded, and app-open ads with UMP consent flow, automatic test/production ID switching, retry with exponential backoff, and frequency [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add admob_kit_xThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
admob_kit_x: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:admob_kit_x/flutter_admob_kit.dart';