tree: eb1a8b37effd1da333e8022166258241997d472c [path history] [tgz]
  1. build/
  2. link/
  3. README.md
pkgs/hooks/example/README.md

These are examples for using the hooks defined in package:hooks.

  • 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.