Skip to content

v2.4.0

Compare
Choose a tag to compare
@jjliu15 jjliu15 released this 03 May 23:27
ea6ba4d

2.4.0

  • Adds support for native templates, which are predefined layouts for native ads.
    • NativeAd has a new optional parameter, nativeTemplateStyle of type NativeTemplateStyle.
      If provided, the plugin will inflate and style a platform native ad view for you, instead of
      requiring you to write and register a NativeAdFactory (android) or FLTNativeAdFactory (iOS).
    • See https://developers.google.com/admob/flutter/native/templates for an integration guide
  • Adds a new flag, AdWidget.optOutOfVisibilityDetectorWorkaround. Setting this to true
    lets you opt out of the fix added for #580, which was resolved in Flutter 3.7.0.