rok5ek / flutter_adform

Adform plugin for Flutter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_adform

Adform plugin for Flutter.

Installation

  1. Dependencies Add this to your package's pubspec.yaml file:
dependencies:
  flutter_adform: "^0.0.1"
  1. You can install packages from the command line:

with Flutter:

$ flutter pub get

Setup iOS

Add this to Info.plist

<key>LSApplicationQueriesSchemes</key>
<array>
	<string>sms</string>
	<string>tel</string>
</array>
<key>io.flutter.embedded_views_preview</key>
<true/>

Support

Supported Platforms

  • 0.0.1 >= iOS
  • 0.0.1 >= AndroidX

Supported Adform ads

  • Inline Ads (SmartAdSize)

About

Adform plugin for Flutter.

License:MIT License


Languages

Language:Dart 47.6%Language:Kotlin 22.9%Language:Swift 14.7%Language:Ruby 12.2%Language:Objective-C 2.6%