Skip to content

Commit

Permalink
Merge remote-tracking branch 'cj/api-to-implementation' into api-to-i…
Browse files Browse the repository at this point in the history
…mplementation
  • Loading branch information
collinjackson committed Aug 27, 2019
2 parents 8341bbb + 9a9f014 commit cfa4143
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
4 changes: 4 additions & 0 deletions packages/firebase_admob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
dependency may need to add an explicit Firebase dependency to their
app-level build.gradle.

## 0.9.0+6

* Remove duplicate example from documentation.

## 0.9.0+5

* Update documentation to reflect new repository location.
Expand Down
15 changes: 0 additions & 15 deletions packages/firebase_admob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit cfa4143

Please sign in to comment.