dryRun property

  1. @Deprecated('Flutter will no longer invoke dry run as of 3.28.')
bool dryRun
final

Whether this run is a dry-run, which doesn't build anything.

A dry-run only reports information about which assets a build would create, but doesn't actually create files.

Implementation

@Deprecated('Flutter will no longer invoke dry run as of 3.28.')
final bool dryRun;