admanager_web 0.0.4 copy "admanager_web: ^0.0.4" to clipboard
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';
27
likes
80
pub points
69%
popularity

Publisher

verified publishersolion-web.com

Simple package that allow us display ads from Ad Manager in Flutter Web. This was primarily created to display Adsense ads on Flutter Web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, universal_html, visibility_detector

More

Packages that depend on admanager_web