-
Notifications
You must be signed in to change notification settings - Fork 293
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
[Proposal] Upgrade visibility_detector version #807
Comments
Hi @aintend-com |
Hi, it does not directly conflict in my app, but I would like to update to visibility_detector 0.4.0 because of the improvements |
I want to use the package markdown_widget and google_mobile_ads but they conflict because markdown_widget depends on visibility_detector ^0.4.0+2. So please update the dependencies of google_mobile_ads |
This looks like a Flutter request as opposed to a GMA Flutter plugin request. Flutter 3.7 introduces a fix that makes usage of visibility_detector for impression tracking obsolete for the GMA Flutter plugin. We recommend updating to version 2.4, which adds a new flag, AdWidget.optOutOfVisibilityDetectorWorkaround. Setting this to true lets you opt out of the fix added for #580. |
As what I see is that this package has nothing changed and it still conflict with markdown_widget because of difference in the version of dependency visibility_detector, why this issue marked as completed ? Actually i'm new to Github so please explain if I have anything misunderstand, thank you. |
@huycozy do you guys have any plan on updating the visibility_detector dependency for this package ? |
@timothyhoang-google I think the Meanwhile, for anyone facing the issue, you can use
|
This is closed, but no fix is available for this issue yet... |
@mulderpf While waiting for the update you can add this :
|
Please update the visibility_detector
The text was updated successfully, but these errors were encountered: