Cake.Flutter

A Cake addin to provide support for Flutter.

#addin nuget:?package=Cake.Flutter&version=1.2.0

dotnet add package Cake.Flutter --version 1.2.0

<PackageReference Include="Cake.Flutter" Version="1.2.0" />

Aliases

Contains functionality for working with flutter commands.

General

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