Where is build.yaml file in Flutter project?

Issue

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?

Solution

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

Answered By – Günter Zöchbauer

Answer Checked By – Terry (FlutterFixes Volunteer)

Leave a Reply

Your email address will not be published. Required fields are marked *