简体   繁体   中英

Can Flutter Ads Run On Window and MacOS

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:

  • banner
  • Interstitial

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM