FlutterAnalyzeSettings Class

Summary

Settings for flutter analyze. Analyze the project's Dart code..
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Base Types
graph BT Type-->Base0["AutoToolSettings"] click Base0 "/api/Cake.Flutter/AutoToolSettings" Base0-->Base1["ToolSettings"] Type["FlutterAnalyzeSettings"] class Type type-node

Syntax

public sealed class FlutterAnalyzeSettings : AutoToolSettings

Attributes

Type Description
CompilerGeneratedAttribute

Constructors

Properties

Name Value Summary
Congratulate Nullable<bool>
--[no-]congratulate Show output even when there are no errors, warnings, hints, or lints. Ignored if --watch is specified. (defaults to on)
CurrentPackage Nullable<bool>
--[no-]current-package Analyze the current project, if applicable. (defaults to on)
DeviceId string
Target device id or name (prefixes allowed).
Inherited from AutoToolSettings
Help Nullable<bool>
-h, --help Print this usage information.
Packages FilePath
Path to your ".packages" file. (required, since the current directory does not contain a ".packages" file)
Inherited from AutoToolSettings
Preamble Nullable<bool>
--[no-]preamble When analyzing the flutter repository, display the number of files that will be analyzed. Ignored if --watch is specified. (defaults to on)
Pub Nullable<bool>
--[no-]pub Whether to run "flutter packages get" before executing this command. (defaults to on)
SuppressAnalytics Nullable<bool>
Suppress analytics reporting when this command runs.
Inherited from AutoToolSettings
Watch Nullable<bool>
--watch Run analysis continuously, watching the filesystem for changes.
Write FilePath
--write=<file> Also output the results to a file. This is useful with --watch if you want a file to always contain the latest results.

Extension Methods

Name Value Summary
Dump<FlutterAnalyzeSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<FlutterAnalyzeSettings>(FlutterAnalyzeSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<FlutterAnalyzeSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<FlutterAnalyzeSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<FlutterAnalyzeSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<FlutterAnalyzeSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin