flutteradform 0.0.3 copy "flutteradform: ^0.0.3" to clipboard
flutteradform: ^0.0.3 copied to clipboard

A Flutter Adform plugin.

flutter_adform #

Adform plugin for Flutter.

Installation #

  1. Dependencies Add this to your package's pubspec.yaml file:
dependencies:
  flutter_adform: "^0.0.3"
  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)
1
likes
30
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter Adform plugin.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutteradform

Packages that implement flutteradform