We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a6b9a commit 25cd6e1Copy full SHA for 25cd6e1
packages/google_maps_flutter/google_maps_flutter/example/integration_test/google_maps_test.dart
@@ -426,10 +426,6 @@ void main() {
426
});
427
428
testWidgets('testInitialCenterLocationAtCenter', (WidgetTester tester) async {
429
- // TODO(bparrishMines): Remove this line when resizing virtual displays doesn't
430
- // clamp displays that are smaller than the screen.
431
- // See https://github.com/flutter/flutter/issues/106750
432
- AndroidGoogleMapsFlutter.useAndroidViewSurface = true;
433
await tester.binding.setSurfaceSize(const Size(800, 600));
434
435
final Completer<GoogleMapController> mapControllerCompleter =
0 commit comments