In order to work around #175058, we moved to placing the widget_preview_scaffold project under the system TEMP directory. This has minimal performance impact at this point in time as we don't reload state into DDC on subsequent runs, but we should consider moving back under the project's .dart_tool directory when we have a good way to work around flutter clean destroying the scaffold project.
In order to work around #175058, we moved to placing the
widget_preview_scaffoldproject under the system TEMP directory. This has minimal performance impact at this point in time as we don't reload state into DDC on subsequent runs, but we should consider moving back under the project's.dart_tooldirectory when we have a good way to work aroundflutter cleandestroying the scaffold project.