build_runner_hook 1.0.0
build_runner_hook: ^1.0.0 copied to clipboard
An analyzer plugin for automatically running build_runner
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 #
Added #
- Analyzer plugin that automatically starts
build_runner watchin the background. - Automatic process lifecycle management — starts on
partdirective detection, stops on analyzer shutdown. - Structured logging of all
build_runnerstdout and stderr output to a log file (build_runner_hook.login the system temp directory). --delete-conflicting-outputsand--low-resources-modeflags enabled by default.- Example project demonstrating usage with
dart_mappable.