Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 358 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 358 Bytes

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.