16

I am looking for a build.yaml file in the flutter project, but I can't find it. Is there any way I can edit this file?

Arsen Khachaturyan
  • 7,904
  • 4
  • 42
  • 42
Michael Cube
  • 195
  • 2
  • 10

1 Answers1

23

The file is only there if you create it.
It should be in the same directory as the pubspec.yaml file.

See also https://github.com/dart-lang/build/blob/master/docs/build_yaml_format.md

Günter Zöchbauer
  • 623,577
  • 216
  • 2,003
  • 1,567