brand_ads_flutter 0.0.2
brand_ads_flutter: ^0.0.2 copied to clipboard
A Flutter library for displaying customizable in-app banner ads with standard IAB sizes and event callbacks.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add brand_ads_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
brand_ads_flutter: ^0.0.2Alternatively, 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:brand_ads_flutter/brand_ads_flutter.dart';