native_admob_flutter icon indicating copy to clipboard operation
native_admob_flutter copied to clipboard

Blinking in Flutter 2.8

Open yusriltakeuchi opened this issue 4 years ago • 6 comments

When i use your package and place banner and also youtube_player in the same screen, appears blinking when scrolling. Maybe you can chek with latest flutter versions.

yusriltakeuchi avatar Dec 16 '21 05:12 yusriltakeuchi

This package is no longer maintained, it's been 4 months after the latest release, too many crashes, black ads, especially on android and the scary things was the background ads impression, you should probably use the official package instead

nizwar avatar Dec 16 '21 17:12 nizwar

This package is no longer maintained, it's been 4 months after the latest release, too many crashes, black ads, especially on android and the scary things was the background ads impression, you should probably use the official package instead

When i try the official package with latest version flutter (2.8), i found the same issue like this.

yusriltakeuchi avatar Dec 16 '21 18:12 yusriltakeuchi

This package is no longer maintained, it's been 4 months after the latest release, too many crashes, black ads, especially on android and the scary things was the background ads impression, you should probably use the official package instead

And the performance not really good when use the official package

yusriltakeuchi avatar Dec 17 '21 04:12 yusriltakeuchi

I just use Flutter's Platform Views, which has several issues, and blinking is one of them

bdlukaa avatar Dec 17 '21 15:12 bdlukaa

I just use Flutter's Platform Views, which has several issues, and blinking is one of them

is that the problem when use hybridComposition ?

yusriltakeuchi avatar Dec 19 '21 10:12 yusriltakeuchi

is that the problem when use hybridComposition ?

I think so. Related issue: https://github.com/flutter/flutter/issues/75231

bdlukaa avatar Feb 10 '22 12:02 bdlukaa