tree: 9a97429f7976a3cf3239086bd4f5dd22a61d44b5 [path history] [tgz]
  1. api/
  2. build/
  3. link/
  4. 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.