ProjectConfig constructor

const ProjectConfig({
  1. String? flutter,
  2. Map<String, String>? flavors,
  3. String? cachePath,
  4. bool? useGitCache,
  5. String? gitCachePath,
  6. String? flutterUrl,
  7. bool? priviledgedAccess,
  8. bool? runPubGetOnSdkChanges,
  9. bool? updateVscodeSettings,
  10. bool? updateGitIgnore,
})

Constructor

Implementation

const ProjectConfig({
  this.flutter,
  this.flavors,
  super.cachePath,
  super.useGitCache,
  super.gitCachePath,
  super.flutterUrl,
  super.priviledgedAccess,
  super.runPubGetOnSdkChanges,
  super.updateVscodeSettings,
  super.updateGitIgnore,
});