讓 Flutter 在 Console (CLI) 下可以 auto hot reload (或是 auto hot restart)

IDE 環境 (像是 VSCode) 因為可以知道哪些檔案被改變,所以可以在改變時呼叫 hot reload 或是 hot restart,但我自己用 Neovim 就得自己找方案了。 網路上找 Flutter 的 hot reload 方案會看到 Dart 的 dashmon,不過在我的 Linux 桌機上不會動,看...

Gea-Suan Lin's BLOG