Update to flutter-2.8.0 (#68)
Updated to the flutter 2.8.0. See also: - https://github.com/sony/flutter-embedded-linux/releases/tag/40a99c5951 - https://github.com/flutter/flutter/tree/2.8.0
This commit is contained in:
@@ -164,8 +164,8 @@ class ELinuxDevice extends Device {
|
||||
final ProtocolDiscovery discovery = ProtocolDiscovery.observatory(
|
||||
_logReader,
|
||||
portForwarder: _config.usesPortForwarding ? portForwarder : null,
|
||||
hostPort: null,
|
||||
devicePort: null,
|
||||
hostPort: debuggingOptions?.hostVmServicePort,
|
||||
devicePort: debuggingOptions?.deviceVmServicePort,
|
||||
logger: _logger,
|
||||
ipv6: ipv6,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user