Add optional parameter to FlutterTesterDevices. (#158133)

This is to handle Google testing failures for  https://github.com/flutter/flutter/pull/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.
This commit is contained in:
Polina Cherkasova 2024-11-04 18:09:35 -08:00 committed by GitHub
parent 0f4cc64d9a
commit 33f7137aeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -266,6 +266,8 @@ class FlutterTesterDevices extends PollingDeviceDiscovery {
required Logger logger,
required FlutterVersion flutterVersion,
TestCompilerNativeAssetsBuilder? nativeAssetsBuilder,
// ignore: avoid_unused_constructor_parameters, temporarily unused to prepare G3.
bool useImplicitPubspecResolution = true,
}) : _testerDevice = FlutterTesterDevice(
kTesterDeviceId,
fileSystem: fileSystem,