ChassisDartFutureShell extension

on

Methods

dartAnalyze() Future<IShell>

Available on Future<IShell>, provided by the ChassisDartFutureShell extension

Analyzes the Dart source files for the current dart project
dartBuild([String? config]) Future<IShell>

Available on Future<IShell>, provided by the ChassisDartFutureShell extension

Builds the Dart source files for the current dart project
dartCompile(String dartFile, [String executableType = 'kernel']) Future<IShell>

Available on Future<IShell>, provided by the ChassisDartFutureShell extension

Compiles the specified dartFile into the target executableType
dartDoc({String output = 'docs', String format = 'html'}) Future<IShell>

Available on Future<IShell>, provided by the ChassisDartFutureShell extension

Runs the Dart Documentation Generator
dartFormat() Future<IShell>

Available on Future<IShell>, provided by the ChassisDartFutureShell extension

Runs the Dart formatter
dartInstallDependencies({bool upgrade = false}) Future<IShell>

Available on Future<IShell>, provided by the ChassisDartFutureShell extension

Installs dependencies for the current dart project
dartTest() Future<IShell>

Available on Future<IShell>, provided by the ChassisDartFutureShell extension

Unit Tests the Dart source files for the current dart project