Skip to content

Commit cdbcf01

Browse files
[firebase_admob] Remove duplicate example from documentation
2 parents 4157ee3 + a1a5653 commit cdbcf01

File tree

3 files changed

+5
-16
lines changed

3 files changed

+5
-16
lines changed

packages/firebase_admob/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.0+6
2+
3+
* Remove duplicate example from documentation.
4+
15
## 0.9.0+5
26

37
* Update documentation to reflect new repository location.

packages/firebase_admob/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -129,21 +129,6 @@ myBanner
129129
);
130130
```
131131

132-
Ads must be loaded before they're shown.
133-
```dart
134-
myBanner
135-
// typically this happens well before the ad is shown
136-
..load()
137-
..show(
138-
// Positions the banner ad 60 pixels from the bottom of the screen
139-
anchorOffset: 60.0,
140-
// Positions the banner ad 10 pixels from the center of the screen to the left
141-
horizontalCenterOffset: -10.0,
142-
// Banner Position
143-
anchorType: AnchorType.bottom,
144-
);
145-
```
146-
147132
```dart
148133
myInterstitial
149134
..load()

packages/firebase_admob/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Flutter plugin for Firebase AdMob, supporting
33
banner, interstitial (full-screen), and rewarded video ads
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_admob
6-
version: 0.9.0+5
6+
version: 0.9.0+6
77

88
flutter:
99
plugin:

0 commit comments

Comments
 (0)