-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Dart recently added support for build hooks in version 3.10. However, there isn't a clear way/path for working with or supporting build hook artifacts during CLI distribution using this package.
I have been working on a Dart CLI application that would benefit from the use of the new build hooks feature (or at least some method of distributing compiled library code alongside my Dart CLI application), but I have been blocked on that aspect because I have setup and will be using this package for distributing the application once built.
It would be much appreciated if there can be a way, or at least some guidance, as to how to support build artifacts in cli_pkg pipelines. Since there is unfortunately no support for static linking (dart-lang/sdk#47718), then the compiled libraries have to be placed in a path accessible to the binary tool. Filed an issue that should be somewhat connected via dart-lang/native#3239