Where is build.yaml file in Flutter project?

9.7k views Asked by At

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?

1

There are 1 answers

4
Günter Zöchbauer On BEST ANSWER

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