Ilias YAHIA

Results 23 comments of Ilias YAHIA

@ije @shadowtime2000 I was thinking of doing something like this : `plugins/postcss.ts` would be the same as `sass-loader` plugin. and in the plugins we can do : ```javascript import taildwindcss...

@ije Seems reasonable since most people would want to use PostCSS and might not want any other plugins. I have a question though, is there a way to specify plugins...

I can make the pull request and implement it. Edit : also thinking maybe update the plugin to support the new plugin API used by Flutter >= 1.12

Hi @kmcgill88 we totally understand no worries. I'm happy to help

@davidmartos96 can you link this fork please so that I can take a look at it ?

Here is the pull request #164 I added the same AdRequestFactoryBuilder used by the official Flutter admob plugin the modifications work fine I tested it on my mobile device :...

@Nikolak47 I use ``` MobileAdTargetingInfo targetingInfo = MobileAdTargetingInfo( keywords: ['flutterio', 'beautiful apps'], contentUrl: 'https://flutter.io', birthday: DateTime.now(), childDirected: false, designedForFamilies: false, gender: MobileAdGender.male, // or MobileAdGender.female, MobileAdGender.unknown testDevices: [ // Add...

Normally if it's working properly it should print `I/Ads (30315): This request is sent from a test device.` in the console