dart_dev library

Classes

AnalyzeTool
A dart_dev tool that runs the dartanalyzer or dart analyze on the current project. If the useDartAnalyze flag is not specified it will default to dartanalyzer.
BackgroundProcessTool
CompoundTool
DevTool
DevToolCommand
DevToolExecutionContext
A representation of the command-line execution context in which a DevTool is being run.
FormatterInputs
FormatTool
A dart_dev tool that runs the dart formatter on the current project.
ProcessTool
A utility class designed to make it simple to create a DevTool that runs a process, waits for it to complete, and forwards its exit code.
TestTool
A dart_dev tool that runs dart tests for the current project.
TuneupCheckTool
A dart_dev tool that runs the tuneup on the current project.
WebdevServeTool
A dart_dev tool that runs a local web development server for the current project using the webdev package.

Enums

FormatMode
Modes supported by the dart formatter.
Formatter
Available dart formatters.

Properties

coreConfig Map<String, DevTool>
no setter

Functions

takeAllArgs(ArgParser parser, ArgResults results) → ArgResults
Return a parsed ArgResults that includes the option args (flags, single options, and multi options) supported by parser as well as any positional args.

Typedefs

ArgMapper = ArgResults Function(ArgParser parser, ArgResults results)