diff --git a/packages/firebase_admob/CHANGELOG.md b/packages/firebase_admob/CHANGELOG.md index 7a2b5bf14eac..6423b653bdd2 100644 --- a/packages/firebase_admob/CHANGELOG.md +++ b/packages/firebase_admob/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.0+6 + +* Remove duplicate example from documentation. + ## 0.9.0+5 * Update documentation to reflect new repository location. diff --git a/packages/firebase_admob/README.md b/packages/firebase_admob/README.md index 6161b863037a..ffee85f2a86c 100644 --- a/packages/firebase_admob/README.md +++ b/packages/firebase_admob/README.md @@ -129,21 +129,6 @@ myBanner ); ``` -Ads must be loaded before they're shown. -```dart -myBanner - // typically this happens well before the ad is shown - ..load() - ..show( - // Positions the banner ad 60 pixels from the bottom of the screen - anchorOffset: 60.0, - // Positions the banner ad 10 pixels from the center of the screen to the left - horizontalCenterOffset: -10.0, - // Banner Position - anchorType: AnchorType.bottom, - ); -``` - ```dart myInterstitial ..load() diff --git a/packages/firebase_admob/pubspec.yaml b/packages/firebase_admob/pubspec.yaml index db7647bebbbe..0748194ca909 100644 --- a/packages/firebase_admob/pubspec.yaml +++ b/packages/firebase_admob/pubspec.yaml @@ -3,7 +3,7 @@ description: Flutter plugin for Firebase AdMob, supporting banner, interstitial (full-screen), and rewarded video ads author: Flutter Team homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob -version: 0.9.0+5 +version: 0.9.0+6 flutter: plugin: