Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Laggy and unsmooth #39

Open
Vollinator opened this issue Mar 17, 2022 · 3 comments
Open

Laggy and unsmooth #39

Vollinator opened this issue Mar 17, 2022 · 3 comments

Comments

@Vollinator
Copy link

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?

@ihenvyr
Copy link

ihenvyr commented Mar 28, 2022

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

@Vollinator
Copy link
Author

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.

@davidgalarza
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants