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 The workflow that deploys the site is no longer working as intended, see recent failures: - https://github.com/VeryGoodOpenSource/very_good_cli/actions/runs/15704556572/job/44247273775 - https://github.com/VeryGoodOpenSource/very_good_cli/actions/runs/15704556572/job/44247273775 ### Requirements - [ ] The site deploy workflow...

ci

### Description: When creating a new Flutter project with the cli the default `.gitignore` includes explicit rules for `ios/` and `android/` generated files. However, it seems to lack equally explicit...

chore

### Description When I run flutter create I see the gradle files using the new syntax with `. kts` instead of just `.gradle` that's not what `very_good create flutter_app` does...

feature

### Description Instead of just proving a simple output (Retrieved 10 licenses from 10 packages of type: MIT (10)), optionally allow users to list all licenses in a simple format....

feature

### Description When setting up a mono-repo with Pub workspaces your project will look this this: - app/ - `pubspec.yaml` - packages/ - packageA/ - `pubspec.yaml` - packageB/ - `pubspec.yaml`...

feature
good first issue

### Description I am having trouble getting checking the licenses in an app directory. The program seems to terminate in a FileSystemException. ### Steps To Reproduce 1. Navigate to documents...

bug
needs triage
platform: windows
has reproductive steps

### Description There is a difference between `flutter test` and `very_good test` when testing the Google Fonts ### Steps To Reproduce 1. Create a test ```dart void main() { TestWidgetsFlutterBinding.ensureInitialized();...

bug
needs triage

## Status **READY** ## Description Removes leading `/` for file paths on Windows during license checking, by leveraging [toFilePath](https://api.dart.dev/dart-core/Uri/toFilePath.html) instead of [path](https://api.dart.dev/dart-core/Uri/path.html). Fixes #1227. **Uri** Before: ![before](https://github.com/user-attachments/assets/55dffd97-8a84-4b6f-8f56-8f57e4951533) Before: ![after](https://github.com/user-attachments/assets/900d3e55-a7b1-4f90-8d4d-974eb341ce6f) **Logs**...

p2

### Description When generating a Flutter app with Very Good CLI using the Very Good Core template, the iOS app icon flow still relies on the legacy asset catalog approach....

feature

### Description Flutter 3.38 adds official support for the Apple-mandated **UIScene lifecycle**. At WWDC25, Apple announced that in the release following iOS 26, any UIKit app built with the latest...

feature