Unverified Commit 0f90747b authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tool] enable single widget reload optimization by default on dev (#66995)

Continued gradual rollout - dev is not that much riskier than master but will give much more data
parent 95d72bf9
......@@ -246,7 +246,7 @@ const Feature singleWidgetReload = Feature(
),
dev: FeatureChannelSetting(
available: true,
enabledByDefault: false,
enabledByDefault: true,
),
beta: FeatureChannelSetting(
available: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment