tree: 7cb64f87f9687f4e20d9c0dc63f6c018e9a83a46
  1. api/
  2. README.md
pkgs/record_use/example/README.md

Examples

The following complete examples use link hooks (hook/link.dart) and package:record_use to tree-shake native C libraries (LinkerOptions.treeshake):

ExampleDescriptionUsed Features
mini_audioPlay audio.- Tree-shaking C library built from source with package:native_toolchain_c based on recorded Dart calls.
- Link hook (hook/link.dart) with LinkerOptions.treeshake.
sqliteDatabase access.- Tree-shaking C library built from source with package:native_toolchain_c based on recorded Dart calls.
- Link hook (hook/link.dart) with LinkerOptions.treeshake.
stb_imageRead image metadata.- Tree-shaking C library built from source with package:native_toolchain_c based on recorded Dart calls.
- Link hook (hook/link.dart) with LinkerOptions.treeshake.