diff --git a/packages/flutter_tools/lib/src/fuchsia/fuchsia_kernel_compiler.dart b/packages/flutter_tools/lib/src/fuchsia/fuchsia_kernel_compiler.dart index 736e237f41c..93db6ae114d 100644 --- a/packages/flutter_tools/lib/src/fuchsia/fuchsia_kernel_compiler.dart +++ b/packages/flutter_tools/lib/src/fuchsia/fuchsia_kernel_compiler.dart @@ -42,9 +42,6 @@ class FuchsiaKernelCompiler { fs.path.relative(packagesFile, from: fsRoot); final String manifestPath = fs.path.join(outDir, '$appName.dilpmanifest'); List flags = [ - // https://github.com/dart-lang/sdk/issues/36639: - // Remove when new constant eval supports dilp files. - '--enable-experiment=no-constant-update-2018', '--target', 'flutter_runner', '--platform', fuchsiaArtifacts.platformKernelDill.path, '--filesystem-scheme', 'main-root',