flutter_eval icon indicating copy to clipboard operation
flutter_eval copied to clipboard

Fix build.yaml parse error during build_runner execution

Open Treamz opened this issue 4 months ago • 0 comments

This PR fixes a parse error in build.yaml that occurred during build_runner execution. The issue was caused by a missing enabled: true flag in the builder configuration.

targets:
  $default:
    builders:
      dart_eval_generator|member_count:
        enabled: true

With this change, the build process now runs successfully without parse errors.

Treamz avatar Sep 08 '25 09:09 Treamz