You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[google_maps_flutter] Partial Android host API Pigeon conversion (flutter#6967)
Converts the host API methods other than the various map-object-update methods to Pigeon, as a starting point for a Pigeon conversion. This introduces the Pigeon structure for the main APIs, without getting into complex object serialization. Future work includes:
- Converting the update methods.
- Converting the calls from native to Dart (Flutter API in Pigeon terms).
Also replaces the very minimal Dart unit tests with full tests of all the new methods.
Part of flutter#117907
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_android/android/src/main/java/io/flutter/plugins/googlemaps/Convert.java
0 commit comments