Skip to content

Feature/hcpp#41

Merged
atrope merged 4 commits into
masterfrom
feature/hcpp
May 25, 2026
Merged

Feature/hcpp#41
atrope merged 4 commits into
masterfrom
feature/hcpp

Conversation

@atrope

@atrope atrope commented May 25, 2026

Copy link
Copy Markdown
Member

Description

Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change.

Related Issues

*Replace this paragraph with a list of issues related to this PR from the issue database. Indicate, which of these issues are resolved or fixed by this PR.

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]).
This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See Contributor Guide).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (flutter analyze) does not report any problems on my PR.
  • I read and followed the Flutter Style Guide.
  • I signed the CLA.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

  • Yes, this is a breaking change (please indicate a breaking change in CHANGELOG.md and increment major revision).
  • No, this is not a breaking change.

atrope added 4 commits May 22, 2026 10:03
- Introduced _GoogleMobileAdsHybridPlatformViewLink and _GoogleMobileAdsAndroidPlatformView classes to manage platform views based on hybrid composition settings.
- Updated AdWidget to include useInitHybridAndroidView parameter, allowing control over hybrid view initialization.
- Enhanced _AdWidgetState to check for hybrid composition support on Android and adjust view rendering accordingly.
- Reformatted surfaceFactory and platform view initialization code for better clarity and consistency.
- Ensured proper indentation and alignment in the _AdWidgetState and _FluidAdWidgetState classes to enhance maintainability.
- Updated logging statements in _GoogleMobileAdsHybridPlatformViewLink and _AdWidgetState to include ad IDs for better traceability during platform view creation and hybrid composition checks.
- Improved clarity of log messages to facilitate debugging and monitoring of hybrid composition support in Android ads.
- Replaced print statements with debugPrint in _GoogleMobileAdsHybridPlatformViewLink and _AdWidgetState to enhance logging efficiency and reduce performance overhead during platform view creation and hybrid composition checks.
@atrope atrope merged commit 6c83a5c into master May 25, 2026
23 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant