flutter_ads_plus 1.0.0
flutter_ads_plus: ^1.0.0 copied to clipboard
AdMob wrapper with native PreloadV2 buffering, per-controller event streams, app-open-resume reactor, and ready-to-use widgets for all 5 ad formats (banner, native, interstitial, rewarded, app open).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_ads_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_ads_plus: ^1.0.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:flutter_ads_plus/flutter_ads_plus.dart';