Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

show ads in flutter website(flutter web app)

How to implement AdSense or any other to show ads on the flutter website (flutter web app).

Which are the ad provider options like Adsense for a flutter web app.

like image 475
Rashmi Tank Avatar asked Oct 01 '20 14:10

Rashmi Tank


People also ask

Can a Flutter app run on web?

Flutter for web is a code-compatible implementation of Flutter that is rendered using standards-based web technologies: HTML, CSS and JavaScript. With Flutter for web, you can compile existing Flutter code written in Dart into a client experience that can be embedded in the browser and deployed to any web server.


1 Answers

Currently if you try, your application will be submitted for review, and then you will inaccurately obtain a "Valuable Inventory: No content" flag/violation. The problem is noticed though, but unfortunately it will be a good amount of time before it gets prioritized over the mobile ad framework.

https://github.com/flutter/flutter/issues/40376

like image 191
onesiumus Avatar answered Oct 02 '22 04:10

onesiumus