This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Flutter.
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 |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
FlutterAnalyze |
void |
Analyze the project's Dart code.
static
|
Flutter |
IEnumerable |
Analyze the project's Dart code.
static
|
FlutterAttach |
void |
Attach to a running application.
static
|
Flutter |
IEnumerable |
Attach to a running application.
static
|
Flutter |
void |
Output command line shell completion setup scripts.
static
|
Flutter |
IEnumerable |
Output command line shell completion setup scripts.
static
|
FlutterBuildAot |
void |
Build an ahead-of-time compiled snapshot of your app's Dart code.
static
|
Flutter |
IEnumerable |
Build an ahead-of-time compiled snapshot of your app's Dart code.
static
|
FlutterBuildApk |
void |
Build an Android APK file from your app.
static
|
Flutter |
IEnumerable |
Build an Android APK file from your app.
static
|
Flutter |
void |
Build an Android app bundle file from your app.
static
|
Flutter |
IEnumerable |
Build an Android app bundle file from your app.
static
|
FlutterBuildBundle |
void |
Build the Flutter assets directory from your app.
static
|
Flutter |
IEnumerable |
Build the Flutter assets directory from your app.
static
|
FlutterBuildFlx |
void |
Deprecated
static
|
Flutter |
IEnumerable |
Deprecated
static
|
FlutterBuildIos |
void |
Build an iOS application bundle (Mac OS X host only).
static
|
Flutter |
IEnumerable |
Build an iOS application bundle (Mac OS X host only).
static
|
FlutterBuildIpa |
void |
Build an iOS application bundle (Mac OS X host only).
static
|
Flutter |
IEnumerable |
Build an iOS application bundle (Mac OS X host only).
static
|
FlutterChannel |
void |
List or switch flutter channels.
static
|
Flutter |
IEnumerable |
List or switch flutter channels.
static
|
FlutterClean |
void |
Delete the build/ directory.
static
|
Flutter |
IEnumerable |
Delete the build/ directory.
static
|
FlutterConfig |
void |
Configure Flutter settings.
static
|
Flutter |
IEnumerable |
Configure Flutter settings.
static
|
FlutterCreate |
void |
Create a new Flutter project.
static
|
Flutter |
IEnumerable |
Create a new Flutter project.
static
|
FlutterDevices |
void |
List all connected devices.
static
|
Flutter |
IEnumerable |
List all connected devices.
static
|
FlutterDoctor |
void |
Show information about the installed tooling.
static
|
Flutter |
IEnumerable |
Show information about the installed tooling.
static
|
FlutterDrive |
void |
Runs Flutter Driver tests for the current project.
static
|
Flutter |
IEnumerable |
Runs Flutter Driver tests for the current project.
static
|
FlutterEmulators |
void |
List, launch and create emulators.
static
|
Flutter |
IEnumerable |
List, launch and create emulators.
static
|
FlutterFormat |
void |
Format one or more dart files.
static
|
Flutter |
IEnumerable |
Format one or more dart files.
static
|
FlutterInstall |
void |
Install a Flutter app on an attached device.
static
|
Flutter |
IEnumerable |
Install a Flutter app on an attached device.
static
|
FlutterLogs |
void |
Show log output for running Flutter apps.
static
|
Flutter |
IEnumerable |
Show log output for running Flutter apps.
static
|
Flutter |
void |
Moves host apps from generated directories to non-generated directories so that they can be edited by developers.
static
|
Flutter |
IEnumerable |
Moves host apps from generated directories to non-generated directories so that they can be edited by developers.
static
|
FlutterPackagesGet |
void |
Get packages in a Flutter project.
static
|
Flutter |
IEnumerable |
Get packages in a Flutter project.
static
|
FlutterPackagesPub |
void |
Pass the remaining arguments to Dart's "pub" tool.
static
|
Flutter |
IEnumerable |
Pass the remaining arguments to Dart's "pub" tool.
static
|
FlutterPackagesTest |
void |
Run the "test" package.
static
|
Flutter |
IEnumerable |
Run the "test" package.
static
|
Flutter |
void |
Upgrade packages in a Flutter project.
static
|
Flutter |
IEnumerable |
Upgrade packages in a Flutter project.
static
|
FlutterPrecache |
void |
Populates the Flutter tool's cache of binary artifacts.
static
|
Flutter |
IEnumerable |
Populates the Flutter tool's cache of binary artifacts.
static
|
FlutterRun |
void |
Run your Flutter app on an attached device.
static
|
FlutterRunWithResult |
IEnumerable |
Run your Flutter app on an attached device.
static
|
FlutterScreenshot |
void |
Take a screenshot from a connected device.
static
|
Flutter |
IEnumerable |
Take a screenshot from a connected device.
static
|
FlutterStop |
void |
Stop your Flutter app on an attached device.
static
|
Flutter |
IEnumerable |
Stop your Flutter app on an attached device.
static
|
FlutterTest |
void |
Run Flutter unit tests for the current project.
static
|
Flutter |
IEnumerable |
Run Flutter unit tests for the current project.
static
|
FlutterTrace |
void |
Start and stop tracing for a running Flutter app.
static
|
Flutter |
IEnumerable |
Start and stop tracing for a running Flutter app.
static
|
FlutterUpgrade |
void |
Upgrade your copy of Flutter.
static
|
Flutter |
IEnumerable |
Upgrade your copy of Flutter.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|