-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
I think it is impossible. You can add adsense ads to your web project. |
@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 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 |
no i did not used any flutter web project
12 Tem 2020 Paz, saat 19:34 tarihinde D-Apps <[email protected]>
şunu yazdı:
… @myagizguler <https://github.com/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
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#52 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADLAP3GGRDOOT3CGHAUPDU3R3HQ2XANCNFSM4LWV5BRA>
.
|
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.
The text was updated successfully, but these errors were encountered: