FlutterBuildAppBundleSettings.

DartDefine Property

Summary

--dart-define=<foo=bar> Additional key-value pairs that will be available as constants from the String.fromEnvironment, bool.fromEnvironment, int.fromEnvironment, and double.fromEnvironment constructors. Multiple defines can be passed by repeating "--dart-define" multiple times.
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Containing Type
FlutterBuildAppBundleSettings

Syntax

public string DartDefine { get; set; }

Value

Type Description
string