Upgrade to flutter-2.4.0-4.2.pre (#18)

This commit is contained in:
Hidenori Matsubayashi
2021-07-26 16:03:51 +09:00
committed by GitHub
parent c3d029b360
commit 200391b629
5 changed files with 227 additions and 140 deletions
+3 -1
View File
@@ -49,7 +49,6 @@ class ELinuxDeviceManager extends FlutterDeviceManager {
artifacts: globals.artifacts,
flutterVersion: globals.flutterVersion,
androidWorkflow: androidWorkflow,
config: globals.config,
fuchsiaWorkflow: fuchsiaWorkflow,
xcDevice: globals.xcdevice,
userMessages: globals.userMessages,
@@ -182,4 +181,7 @@ class ELinuxDeviceDiscovery extends PollingDeviceDiscovery {
final HostPlatform hostPlatform = getCurrentHostPlatform();
return getNameForHostPlatformArch(hostPlatform);
}
@override
List<String> get wellKnownIds => const <String>['elinux'];
}
+1 -4
View File
@@ -20,10 +20,7 @@ class ELinuxRemoteDevicesConfig {
}) : _fileSystem = fileSystem,
_logger = logger,
_config = Config(_kCustomDevicesConfigName,
fileSystem: fileSystem,
logger: logger,
platform: platform,
deleteFileOnFormatException: false) {
fileSystem: fileSystem, logger: logger, platform: platform) {
ensureFileExists();
}