googleads-mobile-flutter
googleads-mobile-flutter copied to clipboard
A Flutter plugin for the Google Mobile Ads SDK
## Description - Changes similar to https://github.com/googleads/googleads-mobile-flutter/pull/1065 except for app open sample - `ConsentManager()` is a singleton to use across multiple files ## Checklist Before you create this PR confirm...
## Description The default Banner integration should be the adaptive size, similar to iOS and Android. Removed Adaptive Sample and using its code for Banner sample. Updated the README.md file....
## Description - Changes similar to https://github.com/googleads/googleads-mobile-flutter/pull/1065 except for native template sample - Converted `VersionString` to `FutureBuilder` ## Checklist Before you create this PR confirm that it meets all requirements...
## Description - Changes similar to https://github.com/googleads/googleads-mobile-flutter/pull/1065 except for native platform sample - Converted `VersionString` to `FutureBuilder` - Formatted code ## Checklist Before you create this PR confirm that it...
## Description Changes similar to https://github.com/googleads/googleads-mobile-flutter/pull/1065 except for Rewarded sample ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes...
## Description Changes similar to https://github.com/googleads/googleads-mobile-flutter/pull/1065 except for Rewarded Interstitial sample ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking the relevant...
## Description Adds a new Flutter plugin that enabled LiftoffMonetize Mediation Adapter to use with the google_mobile_ads flutter plugin. **IMPORTANT: Mediation Extras are missing because of a bug with swift...
### Step 0: Are you in the right place? * For general technical questions, or help with project-specific issues like setting up ads in your app, reach out to our...
## Description General code health improvement for release ## Issues Resolved - https://github.com/googleads/googleads-mobile-flutter/issues/1036 ## Checklist Before you create this PR confirm that it meets all requirements listed below by checking...
## Description Added UMP SDK integration to Interstitial sample - Created `consent_manager.dart` class to handle all the consent work - Calling `requestConsentInfoUpdate` on every app launch. - Pause/Resume timer when...