flutter_applovin_max icon indicating copy to clipboard operation
flutter_applovin_max copied to clipboard

Laggy and unsmooth

Open Vollinator opened this issue 2 years ago • 3 comments

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?

Vollinator avatar Mar 17 '22 20:03 Vollinator

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(),
)

ihenvyr avatar Mar 28 '22 03:03 ihenvyr

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.

Vollinator avatar Mar 28 '22 05:03 Vollinator

Same issue here. It also causes the phone to get hot.

davidgalarza avatar May 01 '22 16:05 davidgalarza