Recently, Flutter announced support for MacOs and Windows. I am just wondering if the banner ads you usually add with Flutter (that work fine on ios and android) are working on MacOs abd windows.
Recently, Flutter announced support for MacOs and Windows. I am just wondering if the banner ads you usually add with Flutter (that work fine on ios and android) are working on MacOs abd windows.
No, not yet. Some packages do work with flutter desktop but firebase_admob doesn't which is the primary package for integrating ads.
You can check which packages work with Windows, macOS, and Linux here:
Check out official docs for plugin support for Flutter Desktop here:
Not sure if it's compatible with Flutter Desktop but found a compatible SDK for desktop.
It allows you to show ads:
The website is called: https://adsjumbo.com
Your SDK is located here: https://github.com/AdsJumbo/AdsJumbo.com
Added a comment asking about Flutter Desktop compatibility: https://github.com/AdsJumbo/AdsJumbo.com/issues/39
I hope that more than one has helped you.