[ios][platform_view][admob] Recycle admob banners #158944
Labels
a: platform-views
Embedding Android/iOS views in Flutter apps
P2
Important issues not at the top of the work list
platform-ios
iOS applications specifically
team-ios
Owned by iOS platform team
triaged-ios
Triaged by iOS platform team
Use case
A while back we compared the performance between Flutter and Native ad banners in a scrollable list. On native, it is very easy to recycle the ad banners like this:
Side note: in this native implementation, I load 10 requests upfront in
viewDidLoad
, which isn't ideal. It'd be great if we can improve it by loading it lazily.Proposal
Recycle ad banners in Flutter.
Potential work can be either (pending investigation):
The text was updated successfully, but these errors were encountered: