FlutterBuildAppBundleSettings.

AndroidProjectArg Property

Summary

-P, --android-project-arg Additional arguments specified as key=value that are passed directly to the gradle project via the -P flag.These can be accessed in build.gradle via the "project.property" API.
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Containing Type
FlutterBuildAppBundleSettings

Syntax

public string AndroidProjectArg { get; set; }

Value

Type Description
string