native_assets_builder library

Classes

BuildResult
The result from a NativeAssetsBuildRunner.build.
DryRunResult
The result from a NativeAssetsBuildRunner.dryRun.
KernelAsset
KernelAssetAbsolutePath
Asset at absolute path uri on the target device where Dart is run.
KernelAssetInExecutable
Asset is embedded in executable and symbols are available through DynamicLibrary.executable().
KernelAssetInProcess
Asset is loaded in the process and symbols are available through DynamicLibrary.process().
KernelAssetPath
KernelAssetRelativePath
Asset at relative path uri, relative to the 'dart file' executed.
KernelAssets
KernelAssetSystemPath
Asset is available on the system PATH.
NativeAssetsBuildRunner
The programmatic API to be used by Dart launchers to invoke native builds.
PackageLayout
Directory layout for dealing with native assets.

Typedefs

DependencyMetadata = Map<String, Metadata>