changedAssets property

BuiltList<Uri>? changedAssets

A list of asset URIs that were modified since the last build.

This includes both sources that were updated and affected generated assets that were rebuilt.

To avoid communication overhead for clients not interested in this field, it is not set by default. To enable it, register at least one target with DefaultBuildTarget.reportChangedAssets. However, build implementations can unconditionally set this field as it is stripped out in the daemon server implementation.

Implementation

BuiltList<Uri>? get changedAssets;