native_prebuilt 0.0.3
native_prebuilt: ^0.0.3 copied to clipboard
Reusable infrastructure for Dart packages that ship prebuilt native libraries from GitHub Releases. Provides build-hook integration, manifest generation, download/verify/cache pipelines, and binary validation.
Changelog #
0.0.3 #
- Fix GitLab CI templates to use a valid Dart Docker-based workflow.
- Use
dart testfor CI validation instead of callinghook/build.dartdirectly.
0.0.2 #
- Add GitLab release-source support.
- Generate GitLab CI templates from the CLI.
- Improve release-source abstraction and downloader handling.
0.0.1 #
- Initial alpha release.
- Build-hook integration for prebuilt native assets.
- Manifest generation, download/cache/install, validation, and CLI tooling.
- Example package and reusable workflow templates.
- GitHub and GitLab release-source support.