clever_ads_solutions 0.7.6
clever_ads_solutions: ^0.7.6 copied to clipboard
The CAS.AI Flutter plugin allows you to easily monetize your apps for iOS and Android using lot of Ads SDKs in mediation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add clever_ads_solutions
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
clever_ads_solutions: ^0.7.6
Alternatively, 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:clever_ads_solutions/clever_ads_solutions.dart';