dependencies property

List<Uri> dependencies

All the files used for building the native assets of all packages.

This aggregated list can be used to determine whether the NativeAssetsBuildRunner needs to be invoked again. The NativeAssetsBuildRunner determines per package with native assets if it needs to run the build again.

Implementation

List<Uri> get dependencies;