new_flutter_fairbid 2.0.7
new_flutter_fairbid: ^2.0.7 copied to clipboard
Unofficial Flutter plugin for FairBid SDK - the advertisement mediation platform. Supports banner, interstitial and rewarded video ads.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add new_flutter_fairbidThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
new_flutter_fairbid: ^2.0.7Alternatively, 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:new_flutter_fairbid/new_flutter_fairbid.dart';