mc_sdk 1.1.0
mc_sdk: ^1.1.0 copied to clipboard
A multi-mediation advertising SDK for Flutter, bridging MAX, AdMob, GroMore and TopOn, with banner, MREC, interstitial, rewarded, app-open and native ad formats.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add mc_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
mc_sdk: ^1.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:mc_sdk/mc_sdk.dart';