[flutter_tools] ensure unstable compiler features are not available on stable (#74526)

This commit is contained in:
Jonah Williams 2021-01-22 18:11:59 -08:00 committed by GitHub
parent fa0880c309
commit c2cd4ef35c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
),
);