FlutterBuildAppBundleSettings.

AnalyzeSize Property

Summary

--[no-]analyze-size Whether to produce additional profile information for artifact output size. This flag is only supported on "--release" builds.When building for Android, a single ABI must be specified at a time with the "--target-platform" flag.When building for iOS, only the symbols from the arm64 architecture are used to analyze code size. By default, the intermediate output files will be placed in a transient directory in the build directory.This can be overridden with the "--code-size-directory" option. This flag cannot be combined with "--split-debug-info".
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Containing Type
FlutterBuildAppBundleSettings

Syntax

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

Value

Type Description
Nullable<bool>