unity_levelplay_mediation 9.0.1
unity_levelplay_mediation: ^9.0.1 copied to clipboard
Unity LevelPlay ad mediation Flutter plugin. Monetize apps with rewarded video, interstitial, banner, and native ads.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add unity_levelplay_mediationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
unity_levelplay_mediation: ^9.0.1Alternatively, 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:unity_levelplay_mediation/unity_levelplay_mediation.dart';