sakebook / flutter_native_ads

Show AdMob Native Ads use PlatformView
https://pub.dev/packages/native_ads
Apache License 2.0
66 stars 32 forks source link

How to Include adverts in between my videos in my flutter app, just like the way YouTube works. #55

Open Irewoleo opened 4 years ago

Irewoleo commented 4 years ago

I want to include admob adverts in between videos in a flutter app. I want it to work the way YouTube works where you get few adverts while watching a YouTube video. I want that same functionality in my app. Does anyone know how I can get that?

ghost commented 4 years ago

I want to include admob adverts in between videos in a flutter app. I want it to work the way YouTube works where you get few adverts while watching a YouTube video. I want that same functionality in my app. Does anyone know how I can get that?

You could pop an ad based on timer but you'll have to do some manual work with this one.

korchix commented 3 years ago

@Irewoleo that's a question for Stackoverflow and not an issue in this plugin ;-)