Is there a plugin or a way to show ads in Flutter Website?
Asked Answered
M

1

10

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?

Minoru answered 4/3, 2020 at 19:6 Comment(3)
Present your code that you have already tried to reach a solution?Agent
@Agent Hi, I just tried to use 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
You can use adsense instead, just check if app is running on phone use app package otherwise you can use adsense check this answer: #57910291Singlefoot
P
0

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:

Google Adsense

Embed the flutter App in the website

Pameliapamelina answered 27/2, 2023 at 12:30 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.