admanager_web 0.0.2 admanager_web: ^0.0.2 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 Dart:
$ dart pub add admanager_web
With Flutter:
$ flutter pub add admanager_web
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
admanager_web: ^0.0.2
Alternatively, your editor might support dart pub get
or 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';