Skip to content

Commit

Permalink
Update feature_flags.dart (flutter#6711)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-hyj authored Nov 10, 2023
1 parent c4a04fd commit fec80c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools_app/lib/src/shared/feature_flags.dart
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ abstract class FeatureFlags {
/// DevTools screen and the standalone tool for IDE embedding.
///
/// https://github.com/flutter/devtools/issues/6013
static bool deepLinkValidation = enableExperiments;
static bool deepLinkValidation = false;

/// Flag to enable DevTools extensions.
///
Expand Down

0 comments on commit fec80c6

Please sign in to comment.