admob_mediation_flutter 0.1.2
admob_mediation_flutter: ^0.1.2 copied to clipboard
An unofficial Flutter service layer for AdMob mediation with UMP consent, preloading, retry backoff, frequency caps, ad widgets, and revenue events.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add admob_mediation_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
admob_mediation_flutter: ^0.1.2Alternatively, 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_mediation_flutter/admob_mediation_flutter.dart';