ChassisDartFutureShell extension
Methods
-
dartAnalyze(
) → Future< IShell> -
Available on Future<
Analyzes the Dart source files for the current dart projectIShell> , provided by the ChassisDartFutureShell extension -
dartBuild(
[String? config]) → Future< IShell> -
Available on Future<
Builds the Dart source files for the current dart projectIShell> , provided by the ChassisDartFutureShell extension -
dartCompile(
String dartFile, [String executableType = 'kernel']) → Future< IShell> -
Available on Future<
Compiles the specifiedIShell> , provided by the ChassisDartFutureShell extensiondartFileinto the targetexecutableType -
dartDoc(
{String output = 'docs', String format = 'html'}) → Future< IShell> -
Available on Future<
Runs the Dart Documentation GeneratorIShell> , provided by the ChassisDartFutureShell extension -
dartFormat(
) → Future< IShell> -
Available on Future<
Runs the Dart formatterIShell> , provided by the ChassisDartFutureShell extension -
dartInstallDependencies(
{bool upgrade = false}) → Future< IShell> -
Available on Future<
Installs dependencies for the current dart projectIShell> , provided by the ChassisDartFutureShell extension -
dartTest(
) → Future< IShell> -
Available on Future<
Unit Tests the Dart source files for the current dart projectIShell> , provided by the ChassisDartFutureShell extension