ak_ads_plugin

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

ak ads plugin

ak_ads_plugin #
This Flutter package facilitates seamless integration of ads into your projects.
Ak Ads Plugin Setup #
1. Add Permissions to Android Manifest #
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_MULTICAST_STATE"/>
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE"/>
copied to clipboard
2. Enable Cleartext Traffic #
Include this line within the <application> tag in the Android Manifest:
android:usesCleartextTraffic="true"
3. Enable MultiDex #
Set multiDexEnabled to true within the app-level build.gradle under defaultConfig:
multiDexEnabled true

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.