I want to show banner, rewarded and interstitial Ads on my website which is built with Flutter Web. It is easy to show Ads for Flutter Android (I have used admob_flutter
plugin for that) but I could not find a way to show Ads for Flutter Web. I prefer Adsense but any other Ads network are OK for me. Do you have any suggestions to show Ads for Flutter Web?
Is there a plugin or a way to show ads in Flutter Website?
Asked Answered
firebase_admob is now deprecated, and google_mobile_ads is currently in use, but both do not support flutter web. However, you may use ads posted to websites using Google Adsense.
You can create an empty web page, add ads, and embed the flutter app into the HTML page.
Please review following links:
© 2022 - 2024 — McMap. All rights reserved.
admob_flutter
plugin but I have noticed that it is useless for Flutter Web. Therefore, it is irrelevant to present these codes here. I welcome any suggestions or ways to show ads using any ads network. – Minoru