native_prebuilt 0.0.2 copy "native_prebuilt: ^0.0.2" to clipboard
native_prebuilt: ^0.0.2 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.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate native_prebuilt

Use it

The package has the following executables:

$ native_prebuilt

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add native_prebuilt

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  native_prebuilt: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:native_prebuilt/native_prebuilt.dart';
0
likes
0
points
1.18k
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Topics

#native #prebuilt #build-hook #code-assets

License

unknown (license)

Dependencies

archive, artisanal, code_assets, crypto, hooks, logging, path, yaml

More

Packages that depend on native_prebuilt