You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).
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.