xmediator_flutter 0.1.0
xmediator_flutter: ^0.1.0 copied to clipboard
Flutter plugin for XMediator SDK - Cross-platform ad mediation solution for iOS and Android with support for multiple ad formats.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add xmediator_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
xmediator_flutter: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:xmediator_flutter/xmediator_flutter.dart';