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
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
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,11 @@
33
33
importjava.util.Map;
34
34
importjava.util.Set;
35
35
36
+
importio.flutter.FlutterInjector;
37
+
36
38
/** Conversions between JSON-like values and GoogleMaps data types. */
37
39
classConvert {
38
40
39
-
// TODO(hamdikahloun): FlutterMain has been deprecated and should be replaced with FlutterLoader
40
-
// when it's available in Stable channel: https://github.com/flutter/flutter/issues/70923.
0 commit comments