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