dart_dev
dart_dev copied to clipboard
Automatically serve on an open port
If I am working in multiple repos at once, it is annoying for webdev serve to fail and it is impossible to pass the port number to it through arguments.
It should automatically check if the default port is open, and if it is not, choose a random one.