FlutterAliases Class

Summary

Contains functionality for working with flutter commands.
Assembly
Cake.Flutter.dll
Namespace
Cake.Flutter
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["FlutterAliases"] class Type type-node

Syntax

public static class FlutterAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
FlutterAnalyze(ICakeContext, FlutterAnalyzeSettings) void
Analyze the project's Dart code.
static
FlutterAnalyzeWithResult(ICakeContext, FlutterAnalyzeSettings) IEnumerable<string>
Analyze the project's Dart code.
static
FlutterAttach(ICakeContext, FlutterAttachSettings) void
Attach to a running application.
static
FlutterAttachWithResult(ICakeContext, FlutterAttachSettings) IEnumerable<string>
Attach to a running application.
static
FlutterBashCompletion(ICakeContext, FlutterBashCompletionSettings) void
Output command line shell completion setup scripts.
static
FlutterBashCompletionWithResult(ICakeContext, FlutterBashCompletionSettings) IEnumerable<string>
Output command line shell completion setup scripts.
static
FlutterBuildAot(ICakeContext, FlutterBuildAotSettings) void
Build an ahead-of-time compiled snapshot of your app's Dart code.
static
FlutterBuildAotWithResult(ICakeContext, FlutterBuildAotSettings) IEnumerable<string>
Build an ahead-of-time compiled snapshot of your app's Dart code.
static
FlutterBuildApk(ICakeContext, FlutterBuildApkSettings) void
Build an Android APK file from your app.
static
FlutterBuildApkWithResult(ICakeContext, FlutterBuildApkSettings) IEnumerable<string>
Build an Android APK file from your app.
static
FlutterBuildAppBundle(ICakeContext, FlutterBuildAppBundleSettings) void
Build an Android app bundle file from your app.
static
FlutterBuildAppBundleWithResult(ICakeContext, FlutterBuildAppBundleSettings) IEnumerable<string>
Build an Android app bundle file from your app.
static
FlutterBuildBundle(ICakeContext, FlutterBuildBundleSettings) void
Build the Flutter assets directory from your app.
static
FlutterBuildBundleWithResult(ICakeContext, FlutterBuildBundleSettings) IEnumerable<string>
Build the Flutter assets directory from your app.
static
FlutterBuildFlx(ICakeContext, FlutterBuildFlxSettings) void
Deprecated
static
FlutterBuildFlxWithResult(ICakeContext, FlutterBuildFlxSettings) IEnumerable<string>
Deprecated
static
FlutterBuildIos(ICakeContext, FlutterBuildIosSettings) void
Build an iOS application bundle (Mac OS X host only).
static
FlutterBuildIosWithResult(ICakeContext, FlutterBuildIosSettings) IEnumerable<string>
Build an iOS application bundle (Mac OS X host only).
static
FlutterBuildIpa(ICakeContext, FlutterBuildIpaSettings) void
Build an iOS application bundle (Mac OS X host only).
static
FlutterBuildIpaWithResult(ICakeContext, FlutterBuildIpaSettings) IEnumerable<string>
Build an iOS application bundle (Mac OS X host only).
static
FlutterChannel(ICakeContext, FlutterChannelSettings) void
List or switch flutter channels.
static
FlutterChannelWithResult(ICakeContext, FlutterChannelSettings) IEnumerable<string>
List or switch flutter channels.
static
FlutterClean(ICakeContext, FlutterCleanSettings) void
Delete the build/ directory.
static
FlutterCleanWithResult(ICakeContext, FlutterCleanSettings) IEnumerable<string>
Delete the build/ directory.
static
FlutterConfig(ICakeContext, FlutterConfigSettings) void
Configure Flutter settings.
static
FlutterConfigWithResult(ICakeContext, FlutterConfigSettings) IEnumerable<string>
Configure Flutter settings.
static
FlutterCreate(ICakeContext, FlutterCreateSettings) void
Create a new Flutter project.
static
FlutterCreateWithResult(ICakeContext, FlutterCreateSettings) IEnumerable<string>
Create a new Flutter project.
static
FlutterDevices(ICakeContext, FlutterDevicesSettings) void
List all connected devices.
static
FlutterDevicesWithResult(ICakeContext, FlutterDevicesSettings) IEnumerable<string>
List all connected devices.
static
FlutterDoctor(ICakeContext, FlutterDoctorSettings) void
Show information about the installed tooling.
static
FlutterDoctorWithResult(ICakeContext, FlutterDoctorSettings) IEnumerable<string>
Show information about the installed tooling.
static
FlutterDrive(ICakeContext, FlutterDriveSettings) void
Runs Flutter Driver tests for the current project.
static
FlutterDriveWithResult(ICakeContext, FlutterDriveSettings) IEnumerable<string>
Runs Flutter Driver tests for the current project.
static
FlutterEmulators(ICakeContext, FlutterEmulatorsSettings) void
List, launch and create emulators.
static
FlutterEmulatorsWithResult(ICakeContext, FlutterEmulatorsSettings) IEnumerable<string>
List, launch and create emulators.
static
FlutterFormat(ICakeContext, FlutterFormatSettings) void
Format one or more dart files.
static
FlutterFormatWithResult(ICakeContext, FlutterFormatSettings) IEnumerable<string>
Format one or more dart files.
static
FlutterInstall(ICakeContext, FlutterInstallSettings) void
Install a Flutter app on an attached device.
static
FlutterInstallWithResult(ICakeContext, FlutterInstallSettings) IEnumerable<string>
Install a Flutter app on an attached device.
static
FlutterLogs(ICakeContext, FlutterLogsSettings) void
Show log output for running Flutter apps.
static
FlutterLogsWithResult(ICakeContext, FlutterLogsSettings) IEnumerable<string>
Show log output for running Flutter apps.
static
FlutterMakeHostAppEditable(ICakeContext, FlutterMakeHostAppEditableSettings) void
Moves host apps from generated directories to non-generated directories so that they can be edited by developers.
static
FlutterMakeHostAppEditableWithResult(ICakeContext, FlutterMakeHostAppEditableSettings) IEnumerable<string>
Moves host apps from generated directories to non-generated directories so that they can be edited by developers.
static
FlutterPackagesGet(ICakeContext, FlutterPackagesGetSettings) void
Get packages in a Flutter project.
static
FlutterPackagesGetWithResult(ICakeContext, FlutterPackagesGetSettings) IEnumerable<string>
Get packages in a Flutter project.
static
FlutterPackagesPub(ICakeContext, FlutterPackagesPubSettings) void
Pass the remaining arguments to Dart's "pub" tool.
static
FlutterPackagesPubWithResult(ICakeContext, FlutterPackagesPubSettings) IEnumerable<string>
Pass the remaining arguments to Dart's "pub" tool.
static
FlutterPackagesTest(ICakeContext, FlutterPackagesTestSettings) void
Run the "test" package.
static
FlutterPackagesTestWithResult(ICakeContext, FlutterPackagesTestSettings) IEnumerable<string>
Run the "test" package.
static
FlutterPackagesUpgrade(ICakeContext, FlutterPackagesUpgradeSettings) void
Upgrade packages in a Flutter project.
static
FlutterPackagesUpgradeWithResult(ICakeContext, FlutterPackagesUpgradeSettings) IEnumerable<string>
Upgrade packages in a Flutter project.
static
FlutterPrecache(ICakeContext, FlutterPrecacheSettings) void
Populates the Flutter tool's cache of binary artifacts.
static
FlutterPrecacheWithResult(ICakeContext, FlutterPrecacheSettings) IEnumerable<string>
Populates the Flutter tool's cache of binary artifacts.
static
FlutterRun(ICakeContext, FlutterRunSettings) void
Run your Flutter app on an attached device.
static
FlutterRunWithResult(ICakeContext, FlutterRunSettings) IEnumerable<string>
Run your Flutter app on an attached device.
static
FlutterScreenshot(ICakeContext, FlutterScreenshotSettings) void
Take a screenshot from a connected device.
static
FlutterScreenshotWithResult(ICakeContext, FlutterScreenshotSettings) IEnumerable<string>
Take a screenshot from a connected device.
static
FlutterStop(ICakeContext, FlutterStopSettings) void
Stop your Flutter app on an attached device.
static
FlutterStopWithResult(ICakeContext, FlutterStopSettings) IEnumerable<string>
Stop your Flutter app on an attached device.
static
FlutterTest(ICakeContext, FlutterTestSettings) void
Run Flutter unit tests for the current project.
static
FlutterTestWithResult(ICakeContext, FlutterTestSettings) IEnumerable<string>
Run Flutter unit tests for the current project.
static
FlutterTrace(ICakeContext, FlutterTraceSettings) void
Start and stop tracing for a running Flutter app.
static
FlutterTraceWithResult(ICakeContext, FlutterTraceSettings) IEnumerable<string>
Start and stop tracing for a running Flutter app.
static
FlutterUpgrade(ICakeContext, FlutterUpgradeSettings) void
Upgrade your copy of Flutter.
static
FlutterUpgradeWithResult(ICakeContext, FlutterUpgradeSettings) IEnumerable<string>
Upgrade your copy of Flutter.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin