admanager_web 0.0.4 admanager_web: ^0.0.4 copied to clipboard
Simple package that allow us display ads from Ad Manager in Flutter Web. This was primarily created to display Adsense ads on Flutter Web.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add admanager_web
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
admanager_web: ^0.0.4
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:admanager_web/admanager_web.dart';