-
Notifications
You must be signed in to change notification settings - Fork 484
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
flet-ads error when try to build app #4770
Comments
Strange. The version of google_mobile_ads used in Flet hasnt been changed since. |
soo what the solution,? |
Will come up with a video in some days showing how I build an app with ads. |
Thanks a lot |
|
thanks bro i will be waiting |
Duplicate Check
Describe the bug
I encountered an error while trying to build my app with flet-ads. It seems like the version might be unsupported, causing a conflict
Code sample
import flet as ft
import flet.ads as ads
def main(page: ft.Page):
page.horizontal_alignment = ft.CrossAxisAlignment.CENTER
ft.app(main)
To reproduce
run this code and try to build with 0.25.2 flet
Expected behavior
error when building
Screenshots / Videos
Captures
[Upload media here]
Operating System
Linux
Operating system details
dubian 11
Flet version
0.25.2
Regression
No, it isn't
Suggestions
I noticed that google_mobile_ads released a new version, 5.3.0, a few days ago. The app was working fine before this update
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: