flutter_applovin_max
flutter_applovin_max copied to clipboard
Laggy and unsmooth
My app (Android & iOS) is very laggy afer implementing the library. I use banner ads. Someone know why or maybe know how to fix it?
Hi, you can try extracting the banner implementation into a separate widget and call it with const to avoid re-render e.g.
Container(
child: const MyAppLovinMaxBanner(),
)
Hi, you can try extracting the banner implementation into a separate widget and call it with const to avoid re-render e.g.
Container( child: const MyAppLovinMaxBanner(), )
Hi, I already have the Banner in a separate widget which is const but still the same issue.
Same issue here. It also causes the phone to get hot.