Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
explain todo
  • Loading branch information
bparrishMines committed Jun 28, 2022
commit 7023e15f00a559ba07a24db7fa961f32684e1521
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,9 @@ void main() {
});

testWidgets('testInitialCenterLocationAtCenter', (WidgetTester tester) async {
// TODO(bparrishMines): This line causes the wrong initial coordinate on
// Android. See https://github.com/flutter/flutter/issues/106750
// TODO(bparrishMines): Uncomment this line when it doesn't cause the wrong
// initial coordinate on Android.
// See https://github.com/flutter/flutter/issues/106750
// await tester.binding.setSurfaceSize(const Size(800.0, 600.0));
final Completer<GoogleMapController> mapControllerCompleter =
Completer<GoogleMapController>();
Expand Down