Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[google_maps_flutter_android] Convert PlatformPolyline.pattern to Pigeon #7631

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

yaakovschectman
Copy link
Contributor

Creates a structured PlatformPatternItem pigeon class to use in PlatformPolyline.

flutter/flutter#154738

Pre-launch Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@yaakovschectman yaakovschectman marked this pull request as ready for review September 11, 2024 21:21
Copy link
Contributor

@stuartmorgan stuartmorgan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with the re-addition of dead code removed.


private static int toPixels(Object o, float density) {
return (int) toFractionalPixels(o, density);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a bad merge? This is re-introducing unused, non-Pigeon conversion code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants