fetchDependencies property

bool? fetchDependencies
final

if set to true, flutter pub get will be run on the outputDirectory after the code has been generated. Defaults to true for backwards compatibility

Implementation

final bool? fetchDependencies;