easy_video_ad 1.0.0 copy "easy_video_ad: ^1.0.0" to clipboard
easy_video_ad: ^1.0.0 copied to clipboard

discontinuedreplaced by: easy_ads
outdated

Only works on Android. A Plugin which allows you to use the RewardedVideoAd in a very simple way. Googles 'com.google.firebase:firebase-ads:19.1.0' library is used for the RewardedVideoAd. This will p [...]

easy_video_ad #

This plugin gives you a simple way to use the RewardedVideoAd.

Getting Started #

You have to modifiy the AndroidManifest.xml in the following way for this to work:

1) #

Add the following lines in the <manifest/> tag:

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

2) #

Add the following lines in the <application/> tag, infront of the <activity/> tag:

<!-- Sample AdMob App ID: ca-app-pub-3940256099942544~3347511713 -->
<meta-data
    android:name="com.google.android.gms.ads.APPLICATION_ID"
    android:value="ca-app-pub-3940256099942544~3347511713" />
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Only works on Android. A Plugin which allows you to use the RewardedVideoAd in a very simple way. Googles 'com.google.firebase:firebase-ads:19.1.0' library is used for the RewardedVideoAd. This will probably not work with any other plugins which use another version of the firebase-ads library from Google.

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on easy_video_ad