FlutterBuildAppBundleSettings.

DeferredComponents Property

Summary

--[no-]deferred-components Setting to false disables building with deferred components. All deferred code will be compiled into the base app, and assets act as if they were defined under the regular assets section in pubspec.yaml.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> DeferredComponents { get; set; }

Value

Type Description
Nullable<bool>