gma_mediation_applovin 1.1.0 copy "gma_mediation_applovin: ^1.1.0" to clipboard
gma_mediation_applovin: ^1.1.0 copied to clipboard

Mediation Adapter that enables sending ad requests to the AppLovin ad network using the google_mobile_ads plugin.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  void initState() {
    super.initState();
  }

  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: const Center(
          child: Text('Test app'),
        ),
      ),
    );
  }
}
0
likes
160
pub points
80%
popularity

Publisher

verified publishergoogle.dev

Mediation Adapter that enables sending ad requests to the AppLovin ad network using the google_mobile_ads plugin.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, google_mobile_ads, plugin_platform_interface

More

Packages that depend on gma_mediation_applovin