adrop_ads_admob 0.4.0
adrop_ads_admob: ^0.4.0 copied to clipboard
AdropAds Flutter plugin for Admob mediation, supporting banner
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add adrop_ads_admobThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
adrop_ads_admob: ^0.4.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:adrop_ads_admob/adrop_ads_admob.dart';