Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Latest commit

 

History

History
57 lines (36 loc) · 1.57 KB

CHANGELOG.md

File metadata and controls

57 lines (36 loc) · 1.57 KB

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.