bdlukaa / native_admob_flutter

Easy-to-make native ads in flutter using AdMOB SDK.
https://pub.dev/packages/native_admob_flutter
BSD 3-Clause "New" or "Revised" License
80 stars 56 forks source link

Blinking in Flutter 2.8 #122

Open yusriltakeuchi opened 2 years ago

yusriltakeuchi commented 2 years ago

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.

nizwar commented 2 years ago

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

yusriltakeuchi commented 2 years ago

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 commented 2 years ago

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

bdlukaa commented 2 years ago

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

yusriltakeuchi commented 2 years ago

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

is that the problem when use hybridComposition ?

bdlukaa commented 2 years ago

is that the problem when use hybridComposition ?

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