Sylvain MULAMBA

Results 7 comments of Sylvain MULAMBA

@bosskmk According your feedback and with this below code, I can now see update from footer but do you think that "addListener" is the correct listening method ? It works...

Hello World :) In my case, I have implemented both plugins and switch inside application ` abstract class AdFactory { static final int ADS_DELAY_TO_RELOAD = 180000; static final AdProvider DEFAULT_ADPROVIDER...

Hello, I have the same concern

> @elgsylvain85 @wheezyy Are you seeing impressions in your app? I don't see ad impressions. No, since FAN require bidding. I’m asking if this plugin is still up to date

> facebook audience bidding via FAN sdk is not available at the moment , and facebook team is working on it https://developers.facebook.com/docs/audience-network/bidding/in-house-mediation/ . > instead you can use facebook bidding...

> Set the 'key' parameter to GlobalKey(). Ex: > > `MultiSelectChipField( key: GlobalKey(), )` Thank you guy. I think that is best solution for the moment.

It refers to variables starting with "--p-red-900" when they are defined directly starting with "--red-9--", which creates a "not defined" : ``` --red-900: #661814; .bg-red-900 { background-color: var(--p-red-900) !important; }...