ak_ads_plugin 0.1.1 copy "ak_ads_plugin: ^0.1.1" to clipboard
ak_ads_plugin: ^0.1.1 copied to clipboard

Ads plugin for Android only

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"/>

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

3
likes
120
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

Ads plugin for Android only

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on ak_ads_plugin

Packages that implement ak_ads_plugin