googleads-mobile-flutter
googleads-mobile-flutter copied to clipboard
A Flutter plugin for the Google Mobile Ads SDK
Hey, It may be a silly question but is there a reason this package uses native views (which are expensive and have **a lot** of performance issues) instead of actually...
## Plugin Version 3.0.0 ## Steps to Reproduce Just run a native ad on ios and see that it renders with a border around it. **Expected results:** The ad renders...
## Description Adds dart class as well as implementation for Android and iOS of the ironSource privacy APIs ## Checklist Before you create this PR confirm that it meets all...
### [REQUIRED] Step 2: Describe the problem The entire `google_mobile_ads` API is built with callback APIs. These are bug prone and very non-idiomatic for Flutter. Really non-idiomatic in any language...
### [REQUIRED] Step 1: Describe your environment ## Plugin Version google_mobile_ads: ^4.0.0 ### [REQUIRED] Step 2: Describe the problem ## Steps to Reproduce 1. Run interstitial sample on Galaxy S20...
## Use case Currently, I'm using `Completer`s to get close to resembling a Future-based API but this should really be converted to using Futures. Success/failure callbacks are very java-y and...
### [REQUIRED] Step 1: Describe your environment Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.19.3, on macOS 13.6.2 22G320 darwin-arm64, locale en-UA) [✓]...
## Description The motivation behind this PR is to allow more elaborate configurations such as the one described [here](https://developers.google.com/ad-manager/mobile-ads-sdk/android/native-banner), where a single `AdLoader` can serve either a `NativeAd` or an...
## Description Added the implementation of the DT Exchange SDK Privacy apis for the Flutter Adapter. Also added unit tests. ## Checklist Before you create this PR confirm that it...
## Description Adds necessary classes to use DTExchange Mediation Extras on the Ad Requests. ## Checklist Before you create this PR confirm that it meets all requirements listed below by...