google_adsense 0.0.2 google_adsense: ^0.0.2 copied to clipboard
A wrapper plugin with convenience APIs allowing easier inserting Google Adsense HTML snippets withing a Flutter UI Web application
0.0.2 #
- Breaking changes: Reshuffles API exports:
- Makes
adSense.initialize
async. - Removes the
adUnit
method, and instead exports theAdUnitWidget
directly. - Renames
experimental/google_adsense
toexperimental/ad_unit_widget.dart
. - Removes the
AdStatus
andAdUnitParams
exports. - Removes the "stub" files, so this package is now web-only and must be used through a conditional import.
- Makes
- Tweaks several documentation pages to remove references to internal APIs.
- Splits tests to reflect the new code structure.
0.0.1 #
- Initial release.