ads_manager 1.2.0 copy "ads_manager: ^1.2.0" to clipboard
ads_manager: ^1.2.0 copied to clipboard

A Flutter ad service wrapper around google_mobile_ads with caching, callbacks, revenue events, and app open ad controls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ads_manager

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

dependencies:
  ads_manager: ^1.2.0

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:ads_manager/ads_manager.dart';
1
likes
145
points
202
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter ad service wrapper around google_mobile_ads with caching, callbacks, revenue events, and app open ad controls.

Homepage
Repository (GitHub)
View/report issues

Topics

#ads #admob #monetization #flutter-plugin

License

MIT (license)

Dependencies

flutter, google_mobile_ads, log_utils_plus

More

Packages that depend on ads_manager