avory_ad_control 1.0.2
avory_ad_control: ^1.0.2 copied to clipboard
Avory Ad Control is a wrapper around Google Admob which let you integrate ads easily
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add avory_ad_controlThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
avory_ad_control: ^1.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:avory_ad_control/avory_ad_control.dart';