[flutter_tools] ensure unstable compiler features are not available on stable (#74526)
This commit is contained in:
@@ -306,7 +306,7 @@ const Feature singleWidgetReload = Feature(
|
||||
enabledByDefault: false,
|
||||
),
|
||||
stable: FeatureChannelSetting(
|
||||
available: true,
|
||||
available: false,
|
||||
enabledByDefault: false,
|
||||
),
|
||||
);
|
||||
@@ -329,7 +329,7 @@ const Feature experimentalInvalidationStrategy = Feature(
|
||||
enabledByDefault: false,
|
||||
),
|
||||
stable: FeatureChannelSetting(
|
||||
available: true,
|
||||
available: false,
|
||||
enabledByDefault: false,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user