sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Mark `dartExecutable` parameter as `required` in `DartDevelopmentServiceLauncher.start`

Open bkonyi opened this issue 1 year ago • 1 comments

This will require the path to the Dart executable to be explicitly provided rather than falling back to using Platform.executable which may not work in all contexts.

bkonyi avatar Aug 23 '24 17:08 bkonyi

This is technically a breaking change to package:dds, so we'll need to do a major version bump when we make this change.

bkonyi avatar Aug 23 '24 17:08 bkonyi