Skip to content

Commit 33f7137

Browse files
authored
Add optional parameter to FlutterTesterDevices. (#158133)
This is to handle Google testing failures for flutter/flutter#158126. We want to update G3 to provide this parameter before merging the full change. Testing is not needed because the change is no-op.
1 parent 0f4cc64 commit 33f7137

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/flutter_tools/lib/src/tester/flutter_tester.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ class FlutterTesterDevices extends PollingDeviceDiscovery {
266266
required Logger logger,
267267
required FlutterVersion flutterVersion,
268268
TestCompilerNativeAssetsBuilder? nativeAssetsBuilder,
269+
// ignore: avoid_unused_constructor_parameters, temporarily unused to prepare G3.
270+
bool useImplicitPubspecResolution = true,
269271
}) : _testerDevice = FlutterTesterDevice(
270272
kTesterDeviceId,
271273
fileSystem: fileSystem,

0 commit comments

Comments
 (0)