native_prebuilt 0.0.4
native_prebuilt: ^0.0.4 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.
example/lib/native_prebuilt_example.dart
/// Example package showing `native_prebuilt` + hooks + native fallback.
///
/// See `example/README.md` for the end-to-end flow.
library native_prebuilt_example;