google_adsense 0.0.1 copy "google_adsense: ^0.0.1" to clipboard
google_adsense: ^0.0.1 copied to clipboard

A wrapper plugin with convenience APIs allowing easier inserting Google Adsense HTML snippets withing a Flutter UI Web application

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add google_adsense

With Flutter:

 $ flutter pub add google_adsense

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  google_adsense: ^0.0.1

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:google_adsense/google_adsense.dart';
8
likes
0
points
575
downloads

Publisher

verified publisherlabs.flutter.dev

Weekly Downloads

A wrapper plugin with convenience APIs allowing easier inserting Google Adsense HTML snippets withing a Flutter UI Web application

Repository (GitHub)
View/report issues

Topics

#monetization #ads

License

unknown (license)

Dependencies

flutter, web

More

Packages that depend on google_adsense