Last updated:
0 purchases
flutteradform
flutter_adform #
Adform plugin for Flutter.
Installation #
Dependencies
Add this to your package's pubspec.yaml file:
dependencies:
flutter_adform: "^0.0.3"
copied to clipboard
You can install packages from the command line:
with Flutter:
$ flutter pub get
copied to clipboard
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/>
copied to clipboard
Support #
Supported Platforms #
0.0.1 >= iOS
0.0.1 >= AndroidX
Supported Adform ads #
Inline Ads (SmartAdSize)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.