native_assets_builder library

Classes

BuildDryRunResult
The result of executing the build hooks in dry run mode from all packages in the dependency tree of the entry point application.
BuildResult
The result of executing build hooks from all packages in the dependency tree of the entry point application.
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.
LinkDryRunResult
The result of executing the link hooks in dry run mode from all packages in the dependency tree of the entry point application.
LinkResult
The result of executing the link hooks in dry run mode from all packages in the dependency tree of the entry point application.
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>