Trying to build flutter engine with custom dart sdk
Summary A Flutter engineer encountered an issue when attempting to compile the Flutter Windows engine using a custom Dart SDK. Despite enabling –no-prebuilt-dart-sdk, modifying Dart SDK source files failed to trigger recompilation. Even after deleting the build output directory (out/host_release), Ninja reported “no work to do” and reused cached artifacts. RX Root Cause The core … Read more