FlutterBuildAppBundleSettings.

ValidateDeferredComponents Property

Summary

--[no-]validate-deferred-components When enabled, deferred component apps will fail to build if setup problems are detected that would prevent deferred components from functioning properly.The tooling also provides guidance on how to set up the project files to pass this verification.Disabling setup verification will always attempt to fully build the app regardless of any problems detected. Builds that are part of CI testing and advanced users with custom deferred components implementations should disable setup verification.This flag has no effect on non-deferred components apps. (defaults to on)
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Containing Type
FlutterBuildAppBundleSettings

Syntax

public Nullable<bool> ValidateDeferredComponents { get; set; }

Value

Type Description
Nullable<bool>