gma_all_mediations 0.0.4 copy "gma_all_mediations: ^0.0.4" to clipboard
gma_all_mediations: ^0.0.4 copied to clipboard

A zero-config AdMob mediation suite for Flutter. Automates UMP/GDPR/CCPA consent, ATT prompts, and 13+ native adapters.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gma_all_mediations

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gma_all_mediations: ^0.0.4

Alternatively, 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:gma_all_mediations/gma_all_mediations.dart';