bilmobileadsflutter 1.1.4 copy "bilmobileadsflutter: ^1.1.4" to clipboard
bilmobileadsflutter: ^1.1.4 copied to clipboard

outdated

A flutter plugin for integrate ValueImpressionSDK.

bilmobileadsflutter #

A flutter plugin for integrate ValueImpressionSDK.

Getting Started #

BilMobileAdsFlutter #

[pub.dev]

A Flutter plugin that uses native platform views to show Banner ads!. This plugin also has support for Interstitial and Reward ads.

Installation #

  • Add this to your package's pubspec.yaml file:
dependencies:
  bilmobileadsflutter: "LATEST_VERSION"

  • And you can install packages from the command line:
flutter pub get

iOS Specific Setup #

Update your Info.plist.

<key>GADIsAdManagerApp</key>
<true/>

Android Specific Setup #

Initialize the plugin #

First thing to do before attempting to show any ads is to initialize the plugin. You can do this in the earliest starting point of your app, your main or initState function:

import 'package:bilmobileadsflutter/PBMobileAds.dart';

@override
void initState() {
    super.initState();

    // Initialize SDK: testMode = true for test ads
    PBMobileAds.initialize(testMode: false);
}

Supported Platforms #

  • iOS: >= 9.0
  • Android >= 19

Supported Ads for ValueImpressionSDK #

  • Banner Ads
  • Interstitial Ads
  • Reward Ads
3
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A flutter plugin for integrate ValueImpressionSDK.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on bilmobileadsflutter