yandex_mobileads 1.0.0 copy "yandex_mobileads: ^1.0.0" to clipboard
yandex_mobileads: ^1.0.0 copied to clipboard

retracted

Flutter plugin for Yandex Mobile Ads SDK

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add yandex_mobileads

With Flutter:

 $ flutter pub add yandex_mobileads

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  yandex_mobileads: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:yandex_mobileads/ad.dart';
import 'package:yandex_mobileads/ad_request.dart';
import 'package:yandex_mobileads/ad_request_error_code.dart';
import 'package:yandex_mobileads/banner/ad_size.dart';
import 'package:yandex_mobileads/banner/banner_ad.dart';
import 'package:yandex_mobileads/events/callback_name.dart';
import 'package:yandex_mobileads/events/error.dart';
import 'package:yandex_mobileads/events/event_listener.dart';
import 'package:yandex_mobileads/fullscreen_ad.dart';
import 'package:yandex_mobileads/interstitial/interstitial_ad.dart';
import 'package:yandex_mobileads/mobile_ads.dart';
import 'package:yandex_mobileads/platform/android_interface.dart';
import 'package:yandex_mobileads/platform/ios_interface.dart';
import 'package:yandex_mobileads/platform/platform_interface.dart';
import 'package:yandex_mobileads/rewarded/reward.dart';
import 'package:yandex_mobileads/rewarded/rewarded_ad.dart';
26
likes
0
pub points
89%
popularity

Publisher

verified publisherads.yandex.com

Flutter plugin for Yandex Mobile Ads SDK

Homepage

License

unknown (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on yandex_mobileads