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 d546b33 commit 2379b18Copy full SHA for 2379b18
packages/flutter_tools/lib/src/runner/flutter_command.dart
@@ -669,9 +669,9 @@ abstract class FlutterCommand extends Command<void> {
669
}
670
671
void usesWebResourcesCdnFlag() {
672
- // TODO(hterkelsen): Default to true once we have a smoke test.
673
argParser.addFlag(
674
FlutterOptions.kWebResourcesCdnFlag,
+ defaultsTo: true,
675
help: 'Use Web static resources hosted on a CDN.',
676
);
677
0 commit comments