mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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:
parent
0f4cc64d9a
commit
33f7137aeb
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user