gma_mediation_chartboost 1.0.2 copy "gma_mediation_chartboost: ^1.0.2" to clipboard
gma_mediation_chartboost: ^1.0.2 copied to clipboard

Mediation Adapter that enables sending ad requests to the Chartboost 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')),
      ),
    );
  }
}
1
likes
160
points
79
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

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

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, google_mobile_ads, plugin_platform_interface

More

Packages that depend on gma_mediation_chartboost