[google_maps_flutter] add support for projection toScreenLocation() and fromScreenLocation()#2064
[google_maps_flutter] add support for projection toScreenLocation() and fromScreenLocation()#2064victorbucutea wants to merge 1 commit intoflutter:masterfrom
Conversation
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
|
@googlebot I signed it! |
|
CLAs look good, thanks! ℹ️ Googlers: Go here for more info. |
|
@victorbucutea |
|
@victorbucutea You can setup correct code style with google java format plugin. After this verify changes with flutter_plugin_tools and fix all warnings and errors, please. You can read about how to do it in contribution guide. Thank you in advance. |
|
Thanks for the contribution. However, it appears that this was obsoleted by #2108, so closing. |
…ScreenLocation()
Description
support for projection toScreenLocation() and fromScreenLocation() + example ui
Related Issues
flutter/flutter#24213.
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.///).flutter analyze) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?