Very Good CLI
A Very Good Command Line Interface for Dart.
Installing
Commands
$ very_good create
Create a very good project in seconds based on the provided template. The Very Good Core template is used by default.
What's Included in Very Good Core? ?
Out of the box, Very Good Core includes:
✅ Cross Platform Support - Built-in support for iOS, Android, and Web (Desktop coming soon!)
✅ Build Flavors - Multiple flavor support for development, staging, and production
✅ Internationalization Support - Internationalization support using synthetic code generation to streamline the development process
✅ Sound Null-Safety - No more null-dereference exceptions at runtime. Develop with a sound, static type system.
✅ Bloc - Integrated bloc architecture for scalable, testable code which offers a clear separation between business logic and presentation
✅ Testing - Unit and Widget Tests with 100% line coverage (Integration Tests coming soon!)
✅ Logging - Built-in, extensible logging to capture uncaught Flutter and Dart Exceptions
✅ Very Good Analysis - Strict Lint Rules which are used at Very Good Ventures
✅ Continuous Integration - Lint, format, test, and enforce code coverage using GitHub Actions
* Learn more at Flutter Starter App: Very Good Core & CLI
$ very_good --help
See the complete list of commands and usage information.