FlutterBuildAppBundleSettings.

TrackWidgetCreation Property

Summary

--[no-]track-widget-creation Track widget creation locations. This enables features such as the widget inspector. This parameter is only functional in debug mode(i.e.when compiling JIT, not AOT). (defaults to on)
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Containing Type
FlutterBuildAppBundleSettings

Syntax

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

Value

Type Description
Nullable<bool>