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_platform_interface/lib/src/method_channel/method_channel_google_maps_flutter.dart
+75-85Lines changed: 75 additions & 85 deletions
Original file line number
Diff line number
Diff line change
@@ -456,11 +456,7 @@ class MethodChannelGoogleMapsFlutter extends GoogleMapsFlutterPlatform {
456
456
/// Defaults to false.
457
457
bool useAndroidViewSurface =false;
458
458
459
-
/// Returns a widget displaying the map view.
460
-
///
461
-
/// This method includes a parameter for platforms that require a text
462
-
/// direction. For example, this should be used when using hybrid composition
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_platform_interface/lib/src/platform_interface/google_maps_flutter_platform.dart
+37-1Lines changed: 37 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,7 @@ abstract class GoogleMapsFlutterPlatform extends PlatformInterface {
338
338
throwUnimplementedError('dispose() has not been implemented.');
Copy file name to clipboardExpand all lines: packages/google_maps_flutter/google_maps_flutter_platform_interface/test/platform_interface/google_maps_flutter_platform_test.dart
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
// Use of this source code is governed by a BSD-style license that can be
0 commit comments