We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0571109 commit 5788ce5Copy full SHA for 5788ce5
script/tool/lib/src/drive_examples_command.dart
@@ -143,8 +143,7 @@ class DriveExamplesCommand extends PackageLoopingCommand {
143
// TODO(stuartmorgan): Remove once drive works without it. See
144
// https://github.com/dart-lang/sdk/issues/60289 and
145
// https://github.com/flutter/flutter/pull/169174
146
- if (platform.environment['CHANNEL']?.toLowerCase() == 'master')
147
- '--no-web-experimental-hot-reload',
+ '--no-web-experimental-hot-reload',
148
'--web-port=7357',
149
'--browser-name=chrome',
150
if (useWasm) '--wasm',
0 commit comments