🔨 Run build_runner commands conveniently.
-
Launch
build_runner build
withCTRL+SHIFT+B
(CMD+SHIFT+B
on Mac). -
Launch
build_runner build
with--build-filter
by usingCTRL+ALT+B
(CMD+ALT+B
on Mac) to only rebuild the selected file. Way faster than the regular build. (Thanks to @luke_pighetti) -
Start watching your entire project using
build_runner watch
by pressing the extension button on the status bar on the bottom.
- Make sure
build_runner
is set up properly, read its documentation. - That should be it.
🐛 If you encounter any issue feel free to open an issue. Please make sure it is not a build_runner
issue first, try running the build_runner
command equivalent.