Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter Web support? #52

Open
d-apps opened this issue Mar 30, 2020 · 4 comments
Open

Flutter Web support? #52

d-apps opened this issue Mar 30, 2020 · 4 comments

Comments

@d-apps
Copy link

d-apps commented Mar 30, 2020

In pub.dev the package shows web compatible but there is no explanation about web implementation, I would like to ask if it is or not.

Thank you.

@myagizguler
Copy link

In pub.dev the package shows web compatible but there is no explanation about web implementation, I would like to ask if it is or not.

Thank you.

I think it is impossible. You can add adsense ads to your web project.

@furkansarihan
Copy link

@myagizguler Did you use adsense with Flutter Web project?

Mine was not accapted due to not enough content.

@d-apps
Copy link
Author

d-apps commented Jul 12, 2020

@myagizguler Did you use adsense with Flutter Web project?

Mine was not accapted due to not enough content.

At least, "not enought content" doesn't mean that flutter web cannot be accepted.

It seems there two ways to add Adsense to a Flutter Web project, first is just adding the script on index.html directly and the second is using PlatformView, source is here:

https://stackoverflow.com/questions/57909791/is-it-possible-to-insert-google-adsense-at-flutter-web-application
https://github.com/flutter/flutter_web/blob/master/examples/html_platform_view/lib/main.dart

The other thing is according to the quesiton below, we can use firebase hosting, address like nameofyoursite.firebaseapp.com, adsense accept it but it only need to get eligible for Adsense (https://support.google.com/adsense/thread/32793263?hl=en).

Question: https://support.google.com/adsense/thread/10831612?hl=en

@myagizguler
Copy link

myagizguler commented Jul 12, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants