native_assets_cli 0.17.0
native_assets_cli: ^0.17.0 copied to clipboard
A library that contains the argument and file formats for implementing a native assets CLI.
example/README.md
These are examples for using the hooks defined in package:native_assets_cli
.
- build/ contains examples on how to use
hook/build.dart
to build and bundle code assets, such as C libraries, into Dart applications. - link/ contains examples on how to treeshake unused assets from a Dart
application using the
hook/link.dart
script.