very_good_cli
very_good_cli copied to clipboard
A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄
**Description** A clear and concise description of what the bug is. **Steps To Reproduce** 1. Run this command in your terminal : `very_good create flutter_app foo` 2. Go to the...
**Description** When a long-running test suite is terminated using `CMD + C`, `.test_optimizer.dart` is not cleaned up, and the file persists. **Steps To Reproduce** 1. Create a new Flutter application...
**Description** Clash between intl and flutter_gen, imports do not work for app localizations see https://stackoverflow.com/questions/64574620/target-of-uri-doesnt-exist-packageflutter-gen-gen-l10n-gallery-localizations "That was my issue also. Basically the intl package generates localisation code under a fake...
**Description** At [Git::reachable](https://github.com/VeryGoodOpenSource/very_good_cli/blob/b95fa32a1349126c5606c49a6a5b19d63d47e5e0/lib/src/cli/git_cli.dart#L31) when checking the `ls-remote` it doesn't pass `--get-url` which can be useful with git config overrides (such as `insteadOf`). **Steps To Reproduce** 1. Add a rewrite: `git...
**Description** Running: ```sh very_good packages get -r --ignore example ``` Gets dependencies on the example directory. **Steps To Reproduce** 1. Activate Very Good CLI: ```sh dart pub global activate very_good_cli...
### Description I'm developing on a windows machine, and tests for this project fail out of the box due to the difference in path separators on the host machine "\"...
## Status **READY** ## Description Update for v0.24.0 ## Type of Change - [ ] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking...
### Description While working with the local very_good_cli and very_good_templates I ran into the issue that the very_good_cli doesn't use the modified very_good_core_bundle.dart and therefore `very_good create flutter_app` doesn't create...