mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[flutter_tools] ensure unstable compiler features are not available on stable (#74526)
This commit is contained in:
parent
fa0880c309
commit
c2cd4ef35c
@ -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,
|
||||
),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user