flutter_eval
flutter_eval copied to clipboard
Fix build.yaml parse error during build_runner execution
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.