duyduong / flutter_native_admob

Plugin to integrate native firebase admob to Flutter application
MIT License
62 stars 85 forks source link

[Question] Does the package support App Open Ads? #81

Open devuserPP opened 3 years ago

devuserPP commented 3 years ago

Hi, Id like to implement Open Ads in Flutter. I'm beginner in Flutter and Android dev as well. I would really appreciate it if you could provide some simple example.

bdlukaa commented 3 years ago

This plugin only provides support for NativeAds, but you can try mine: https://pub.dev/packages/native_admob_flutter.

It has support for:

How to create App Open Ads?