VeryGoodOpenSource / very_good_cli

A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄
http://cli.vgv.dev
MIT License
2.15k stars 188 forks source link

fix: create flame_game doesn't setup project for macos #707

Open wonderkidshihab opened 1 year ago

wonderkidshihab commented 1 year ago

Description I am trying to create a simple game using the flame engine. I am trying to use _very_good create flame_game _ to create the template for me. But it doesn't set up the template for macOS. It sets it up for windows, android, ios, and the web. But not for Linux and macOS.

Steps To Reproduce

  1. install _very_good_cli_ on your local machine
  2. run _very_good create flame_game _ from your terminal in your desired directory.

Expected Behavior It should have created the project and flavors for all the platforms.

wolfenrain commented 1 year ago

macOS is not supported for any of our templates as we don't have flavor support yet on Flutter stable.

This will change in the near future as they are adding it to the beta channel. You can track flavor support for the CLI templates here: https://github.com/VeryGoodOpenSource/very_good_cli/issues/452