NEXT
- Updates minimum supported SDK version to Flutter 3.32/Dart 3.8.
0.1.2
- Added a callback to the widget for testing to make unit tests more deterministic.
0.1.1
- Adds
AdSenseCodeParametersconfiguration object foradSense.initialize. - Adds a 100ms delay to
adBreakandshowAdFn, so Flutter tapevents have time to settle before an H5 Ad takes over the screen.
0.1.0
- Adds H5 Games Ads API as
h5library.
0.0.2
- Breaking changes: Reshuffles API exports:
- Makes
adSense.initializeasync. - Removes the
adUnitmethod, and instead exports theAdUnitWidgetdirectly. - Renames
experimental/google_adsensetoexperimental/ad_unit_widget.dart. - Removes the
AdStatusandAdUnitParamsexports. - 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.