Upgrade to flutter-2.4.0-4.2.pre (#18)
This commit is contained in:
@@ -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'];
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user