How to build Flutter in GitHub Actions CI/CD
问题 I'm trying out GitHub Actions to build my Flutter app but I don't know which container image to choose from. Is there a trusted container image that I can use for Flutter? What are the adjustments I need to make so that the Flutter SDK is available during my build step? Run flutter pub get /__w/_temp/46389e95-36bc-464e-ab34-41715eb4dccb.sh: 1: /__w/_temp/46389e95-36bc-464e-ab34-41715eb4dccb.sh: flutter: not found ##[error]Process completed with exit code 127. I adapted the dart.yml file