CliTool enum

Inheritance
Available extensions

Values

dart → const CliTool
const CliTool(name: 'Dart', commandName: 'dart')
flutter → const CliTool
const CliTool(name: 'Flutter', commandName: 'flutter')
fvm → const CliTool
const CliTool(name: 'Flutter Version Manager (fvm)', commandName: 'fvm', installationInstructions: {OperatingSystem.macOS : 'https://fvm.app/docs/getting_started…
onePasswordCli → const CliTool
const CliTool(name: '1password cli', commandName: 'op')
adb → const CliTool
const CliTool(name: 'Android development tools (adb)', commandName: 'adb')
aapt2 → const CliTool
const CliTool(name: 'Android Asset Packaging Tool', commandName: 'aapt')
bundleTool → const CliTool
const CliTool(name: 'Bundle Tool', commandName: 'bundleTool', installationInstructions: {OperatingSystem.macOS : 'brew install bundletool'})
xcodeSelect → const CliTool
const CliTool(name: 'xCode Select', commandName: 'xcode-select', supportedOperatingSystems: [OperatingSystem.macOS])
cocoaPods → const CliTool
const CliTool(name: 'CocoaPods', commandName: 'pod', supportedOperatingSystems: [OperatingSystem.macOS])
git → const CliTool
const CliTool(name: 'git', commandName: 'git')
security → const CliTool
const CliTool(name: 'security (KeyChain)', commandName: 'security', supportedOperatingSystems: [OperatingSystem.macOS])

Properties

commandName String
final
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
installationInstructions Map<OperatingSystem, String>
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedOperatingSystems List<OperatingSystem>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CliTool>
A constant List of the values in this enum, in order of their declaration.