very_good_cli icon indicating copy to clipboard operation
very_good_cli copied to clipboard

A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄

Results 108 very_good_cli issues
Sort by recently updated
recently updated
newest added

**Description** I'm trying to use very_good create myproject and it generates an unhandled exception. **Steps To Reproduce** 1. type very_good create myproject **Expected Behavior** It creates the project **Screenshots** Added...

bug
question
waiting for response

**Description** As a developer, I expect the main workflow generated by the template to only include the specified platforms.

bug
p2

**Description** [`dart.dev`](https://dart.dev/guides/libraries/create-library-packages#providing-additional-files) recommends packages have a `CHANGELOG.md` when uploaded to [`pub.dev`](https://pub.dev/). I'm suggesting `very_good create -t flutter_pkg ` and `very_good create -t dart_pkg ` should both create `CHANGELOG.md` files. `dart...

enhancement

**Description** create command fails in running "flutter packages get" command with this error : ```bash ✓ Generated 239 file(s) (1.4s) ⠹ Running "flutter packages get" in test...Unhandled exception: ProcessException: Standard...

bug
question
waiting for response

As a developer, I would like to use the `very_good_cli` to test my `dart_frog` applications. However, since a bulk of the code in `dart_frog` lives outside of the `lib` folder,...

feature
p3

**Description** Getting errors *This requires the 'super-parameters' language feature to be enabled* on very_good create app1 I am on latest flutter channel master and have done the flutter upgrade. current...

bug

**Description** `Unhandled exception` is thrown when when running `very_good create project_name` **Steps To Reproduce** 1. Execute `very_good create project_name` 2. An error is thrown: ``` very_good create flutter_test ✓ Generated...

bug

**Description** Whenever I am globally using an older version of Flutter which is no longer supported by the CLI tool (using FVM), it is able to generate the project but...

enhancement

# Description For projects that use `fvm` it'd be pretty handy to be able to make `very_good` commands to also respect the version defined on `.fvm/fvm_config.json` instead of always using...

bug
p2

Tools like [derry](https://github.com/frencojobs/derry) let you add a scripts to your `pubspec.yaml` file, like so: ```yaml scripts: build: flutter pub run build_runner build --delete-conflicting-outputs ``` And, if you've done `dart pub...

enhancement