flutteryamldart-build

Where is build.yaml file in Flutter project?


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