ads_manager 1.2.0
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_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ads_manager: ^1.2.0Alternatively, 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';