I am using the pub function to launch my page. I noticed that for npm there are tools such as lite-serverthose that ensure that after changing the contents of the file, the web page will automatically refresh.
Does anyone have something like this running on a dart with a pub? I thought maybe some chopper script with watcher package could make this work?
source
share