dart Executable
--detect.dart.pathThe path to the dart executable.
| Details | |
|---|---|
| Added | 7.5.0 |
| Type | Optional Path |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |
Dart Pub Dependency Types Excluded
--detect.pub.dependency.types.excluded=NONE,DEV Set this value to indicate which Dart pub dependency types Detect should exclude from the BOM.
If DEV is excluded, the Dart Detector will pass the option --no-dev when running the command 'pub deps'.
| Details | |
|---|---|
| Added | 7.10.0 |
| Type | DartPubDependencyType List |
| Default Value | NONE |
| Comma Separated | Yes |
| Case Sensitive | No |
| Acceptable Values | NONE, DEV |
| Strict | Yes |
| Example | DEV |
flutter Executable
--detect.flutter.pathThe path to the flutter executable.
| Details | |
|---|---|
| Added | 7.5.0 |
| Type | Optional Path |
| Default Value | |
| Comma Separated | No |
| Case Sensitive | No |
| Acceptable Values | Any |
| Strict | No |