functional_google_mobile_ads 6.0.1
functional_google_mobile_ads: ^6.0.1 copied to clipboard
A functional Flutter plugin for Google Mobile Ads with simplified one-line usage for interstitial, rewarded, banner, and native ads.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add functional_google_mobile_adsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
functional_google_mobile_ads: ^6.0.1Alternatively, 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:functional_google_mobile_ads/functional_google_mobile_ads.dart';