tree: 1a637c63f9bc1fa487eb1a0f2d7b3d5b129731a6 [path history] [tgz]
  1. build/
  2. link/
  3. README.md
pkgs/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.