flutter_admob_app_open 1.1.3 copy "flutter_admob_app_open: ^1.1.3" to clipboard
flutter_admob_app_open: ^1.1.3 copied to clipboard

discontinuedreplaced by: google_mobile_ads
PlatformAndroidiOS

Admob App Open ads for flutter

Discontinued #

Project discontinued because google mobile ads has support App Open Ads. Please using google plugin. https://pub.dev/packages/google_mobile_ads

1.1.0 #

1.0.5 #

  • Error version - don't using it !!! Upgrade to 1.1.0

1.0.3 #

1.0.0 #

if (condition) {
  FlutterAdmobAppOpen.instance.pause();
} else {
  FlutterAdmobAppOpen.instance.resume();
}

0.0.6 #

  • Update admob package

0.0.5 #

  • Support MobileAdTargetingInfo from firebase_admob. You can use MobileAdTargetingInfo to target adslike keywords, childDirected, testDevices, ...
  • Fixed duplicate ads on android.

0.0.4 #

  • Support iOS.

0.0.3 #

  • Added document.

0.0.1 #

  • Initial release Admob app open beta.