Workiva / dart_dev

Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
https://pub.dartlang.org/packages/dart_dev
Apache License 2.0
74 stars 40 forks source link

Automatically serve on an open port #409

Open magnusanderson-wk opened 1 year ago

magnusanderson-wk commented 1 year ago

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.