flutter_ad_manager_web

Last updated:

0 purchases

flutter_ad_manager_web Image
flutter_ad_manager_web Images
Add to Cart

Description:

flutter ad manager web

AdManager Web Flutter #
Simple package that allow you to display ads primarily created to display Adsense ads on Flutter Web.
Usage #
In your pubspec.yaml
dependencies:
flutter_ad_manager_web: # latest version
copied to clipboard
Import it
import 'package:flutter_ad_manager_web/flutter_ad_manager_web.dart';
copied to clipboard
Implement it
you can get this code snippet from Adsense
String adUnitCode = """
<script async src="url"
crossorigin="anonymous"></script>
<!-- horizontal ad unit -->
<ins class="adsbygoogle"
style="display:block" data-ad-client="ca-pub-client" data-ad-slot="ad-slot=data" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});</script>
""";
copied to clipboard
Example 1 Customize FlutterAdManagerWeb
FlutterAdManagerWeb(
adUnitCode: adUnitCode,
debug: true,
width: 1100,
height: 100,
),
copied to clipboard

Example 2
FlutterAdManagerWeb(
adUnitCode: adUnitCode,
debug: true,
),
copied to clipboard

Preview debugging Mode #




Preview Real World #




Inkblot Art app developed In Flutter Available for Android, IOS & Web
Created & Maintained By #
@M.A , Youtube : @eTechViral , Twitter : @M.A , Instagram : @etechviral, LinkedIn : @M.A

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.