very_good_cli
very_good_cli copied to clipboard
A Very Good Command-Line Interface for Dart created by Very Good Ventures 🦄
### 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...
### 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...
### 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...
### 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....
### 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`...
### 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...
### 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();...
## 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:  **Logs**...
### 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....
### 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...