In installed the “dart” plugin and followed the instructions to create a project, etc. I wrote a Hello World program, which runs fine if I run it on the command line. But in Sublime Text, I’m supposed to be able to run it by pressing Shift+F7. Instead, I get this:
* Running /Users/barryburd/flutter_commandline_projects/sublime/darttut.dart
* (output starts below the next line)
==============================================================================
[Finished in 0.1s with exit code 255]
[cmd: ['/usr/local/Cellar/dart/2.3.1/libexec/bin/dart', '--checked', '/Users/barryburd/flutter_commandline_projects/sublime/darttut.dart']]
[dir: /Users/barryburd/flutter_commandline_projects/sublime]
[path: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/barryburd/.local/bin:/opt/X11/bin:/Applications/VMware Fusion.app/Contents/Public:/Users/barryburd/eta:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Library/TeX/texbin:/Applications/Wireshark.app/Contents/MacOS]
How can I diagnose the problem?