prebid_mobile_flutter 0.0.1 copy "prebid_mobile_flutter: ^0.0.1" to clipboard
prebid_mobile_flutter: ^0.0.1 copied to clipboard

Plugin for showing ads from Prebid Mobile SDK

prebid_mobile_flutter #

This is an unofficial flutter plugin for Prebid Mobile SDK #

This plugin will display header bidding ads through the native Prebid Mobile SDK

⚠️ Please be aware that even though the plugin can be used in production it should be used with caution due to its age. It can contain bugs that is not yet discovered. File an issue if you have any problems.

Features #

Will gladly accept pull requests on more features.

Ad renderer #

✅ - Google Ad Manager

Ad types #

✅ - Banner Ads

Gettings started #

Setup your app by reading the Google Ad Manager Docs

Android

iOS

Then add a Prebid banner in you Flutter app

If your app is not building it's probably because you have not set up the Google Ad Manager settings correctly

PrebidBanner(
   backgroundColor: Colors.green,
   adSize: PrebidAdSize(320, 320),
   publisherId: "xxx",
   adUnitId: "xxx",
   configId: "xxx",
   serverHost: "xxx",
   onDemandFetched: (String status) {
      print("Prebid status: " + status);
   },
),
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Plugin for showing ads from Prebid Mobile SDK

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on prebid_mobile_flutter