dreamsoftin / facebook_audience_network

Flutter Facebook Audience Network
https://pub.dartlang.org/packages/facebook_audience_network/
MIT License
154 stars 95 forks source link

How do I use custom Layout for Native ad instead of the Native Ad Templage facebook provide? #75

Open tamlahtoo opened 3 years ago

tamlahtoo commented 3 years ago

I believe that facebook_audience_network plugin use Facbook's pre-defined Native ad template for layout. But I also see the ".xml" files in the plguin's layout folders such as "fb_native_ad_layout_horizontal.xml". What I want to know is how do I customize the Native ad's layout with xml to match my app UI. Is it possible?

SachinGanesh commented 3 years ago

Hi, the plugin uses pre-defined Native ad templates. Those .xml files are WIP and are not used by the plugin at the moment.

tamlahtoo commented 3 years ago

@SachinGanesh When would it be released? I have an app that I need to publish. Should I wait for it.?

SachinGanesh commented 3 years ago

There is a fork of this project with custom native ads https://bitbucket.org/lolqmember-birdgang/flutter_plugin_audience_network_ad. Check if this meets your requirement

tamlahtoo commented 3 years ago

@SachinGanesh Thanks a lot. I'll into it