blob: b24ec948e60463d44bd0e3aec621f6878ca307f9 [file] [log] [blame] [view] [edit]
These are examples for using the hooks defined in `package:native_assets_cli`.
* [build/](build/) contains examples on how to use `hook/build.dart` to build
and bundle code assets, such as C libraries, into Dart applications.
* [link/](link/) contains examples on how to treeshake unused assets from a Dart
application using the `hook/link.dart` script.