SachinGanesh / screenshot

Flutter Screenshot Library
https://pub.dev/packages/screenshot
MIT License
343 stars 141 forks source link

Ads not rending in images #163

Open dhcracchiolo opened 8 months ago

dhcracchiolo commented 8 months ago

I'm using google_mobile_ads and just displaying regular banner ads. The rest of the screen is showing but the ads are invisible. If I select just the ad I get either a magenta screen or a white screen. I'm allowing plenty of time for the ad to render. I've also tried some of the tricks for images like running with:

flutter run --release --web-renderer canvaskit --dart-define=BROWSER_IMAGE_DECODING_ENABLED=false

but no dice. Any ideas or does anyone know why it's not showing? I'm new to displaying ads so I'm not exactly sure how they are rendered but I would love a little direction. Thanks!