flutter stable 2.10.3 (#84)
Fixed https://github.com/sony/flutter-elinux/issues/81 Updated to the flutter 2.10.3. See also: - https://github.com/sony/flutter-embedded-linux/releases/tag/bd539267b4 - https://github.com/flutter/flutter/tree/2.10.3
This commit is contained in:
@@ -52,9 +52,7 @@ class ELinuxArtifacts extends CachedArtifacts {
|
||||
assert(hostPlatform != HostPlatform.linux_arm64,
|
||||
'Artifact $artifact not available on Linux arm64.');
|
||||
return _getEngineArtifactsDirectory(arch, mode!)
|
||||
// TODO(hidenori): Remove this comment out.
|
||||
// See: https://github.com/sony/flutter-elinux/issues/81
|
||||
//.childDirectory(getNameForHostPlatform(hostPlatform))
|
||||
.childDirectory(getNameForHostPlatform(hostPlatform))
|
||||
.childFile('gen_snapshot')
|
||||
.path;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user