dart_dev
dart_dev copied to clipboard
Add Windows Support
It appears the documentation and code are not set to support Windows.
A couple examples:
- Setting up alias on *nix systems, but no Windows analog
- Issues wherever Process.run is used
For example, trying to run tests in analyze_test.dart results in,
ProcessException: The system cannot find the file specified. Command: pub get
I'm sure there are several more platform issues as well. I'm wondering if there is any desire to make the project more platform independent.
None of our developers use Windows, but we would be happy to accept pull requests that add support.
This should be more achievable with v3, and we can use Travis CI to run our tests on windows.