Skip to content

Dart Build Hooks Support #194

@nikeokoronkwo

Description

@nikeokoronkwo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions