Open freakness opened 1 year ago
Hi @freakness There are two layout types from the supported template: medium and small. And you can pass your preferred type via NativeTemplateStyle's templateType. Does this match what you are looking for?
Hi @huycozy, No, this is not about the native templates as these are working fine. What I mean are custom formats that can be defined in google ad manager, see these docs along with the link in my first comment for more information. These allow for fully custom ad data structures.
@freakness ACK. This is something the team is aware of. Thanks.
@malandr2 / @huycozy +1 on the above ask, would really love it if we can get this level of customization and extensibility shown in this android tutorial https://developers.google.com/admob/android/native/full-screen supported in Flutter without having to drop to native platform specific code.
If possible to maybe add a sample to docs first that can help bridge the gap of how one might want to approach which customizations can be passed down from flutter vs hard coded into the factory implementation.
The Android/iOS libraries can load Custom native ad formats. Currently it seems not possible to use these from this package.
Is this something that can be supported in the future?