https://github.com/verygoodopensource/very_good_templates
Collection of open-source templates created and maintained by Very Good Ventures.
https://github.com/verygoodopensource/very_good_templates
dart dart-cli dart-package flame-engine flutter flutter-app flutter-plugin templates ui-package
Last synced: about 1 month ago
JSON representation
Collection of open-source templates created and maintained by Very Good Ventures.
- Host: GitHub
- URL: https://github.com/verygoodopensource/very_good_templates
- Owner: VeryGoodOpenSource
- Created: 2023-12-14T13:33:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-14T13:06:34.000Z (about 2 months ago)
- Last Synced: 2026-04-14T13:10:57.531Z (about 2 months ago)
- Topics: dart, dart-cli, dart-package, flame-engine, flutter, flutter-app, flutter-plugin, templates, ui-package
- Language: Dart
- Homepage:
- Size: 36 MB
- Stars: 165
- Watchers: 4
- Forks: 32
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Very Good Templates
[![Very Good Ventures][logo_white]][very_good_ventures_link_dark]
[![Very Good Ventures][logo_black]][very_good_ventures_link_light]
Developed with 💙 by [Very Good Ventures][very_good_ventures_link] 🦄
Collection of open source templates created and maintained by the [Very Good Ventures Team][very_good_ventures_link].
---
| Template | Description | Documentation | Build |
| ---------------------------------------------------------------- | ------------------------------- | ---------------------------------------------------- | --------------------------------------------------------------------------------------------- |
| [very_good_app_ui][very_good_app_ui_code_link] | A Very Good Flutter app UI package. | [Documentation][very_good_app_ui_docs_link] | [![build][very_good_app_ui_workflow_badge]][very_good_app_ui_workflow_link] |
| [very_good_core][very_good_core_code_link] | A Very Good Flutter app. | [Documentation][very_good_core_docs_link] | [![build][very_good_core_workflow_badge]][very_good_core_workflow_link] |
| [very_good_dart_cli][very_good_dart_cli_code_link] | A Very Good Dart CLI. | [Documentation][very_good_dart_cli_docs_link] | [![build][very_good_dart_cli_workflow_badge]][very_good_dart_cli_workflow_link] |
| [very_good_dart_package][very_good_dart_package_code_link] | A Very Good Dart package. | [Documentation][very_good_dart_package_docs_link] | [![build][very_good_dart_package_workflow_badge]][very_good_dart_package_workflow_link] |
| [very_good_docs_site][very_good_docs_site_code_link] | A Very Good documentation site. | [Documentation][very_good_docs_site_docs_link] | [![build][very_good_docs_site_workflow_badge]][very_good_docs_site_workflow_link] |
| [very_good_flame_game][very_good_flame_game_code_link] | A Very Good Flame game. | [Documentation][very_good_flame_game_docs_link] | [![build][very_good_flame_game_workflow_badge]][very_good_flame_game_workflow_link] |
| [very_good_flutter_package][very_good_flutter_package_code_link] | A Very Good Flutter package. | [Documentation][very_good_flutter_package_docs_link] | [![build][very_good_flutter_package_workflow_badge]][very_good_flutter_package_workflow_link] |
| [very_good_flutter_plugin][very_good_flutter_plugin_code_link] | A Very Good Flutter plugin. | [Documentation][very_good_flutter_plugin_docs_link] | [![build][very_good_flutter_package_workflow_badge]][very_good_flutter_plugin_workflow_link] |
### Deprecated Templates
| Template | Description |
| ----------------------------------------- | ----------------------------------------------------------------------- |
| [very_good_wear_app](very_good_wear_app/) | A Very Good WearOS Flutter app. **Deprecated** -- no longer maintained. |
[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only
[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only
[very_good_ventures_link]: https://verygood.ventures
[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only
[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
[license_link]: https://opensource.org/licenses/MIT
[very_good_app_ui_workflow_badge]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_app_ui.yaml/badge.svg?branch=main
[very_good_app_ui_workflow_link]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_app_ui.yaml?query=branch%3Amain
[very_good_app_ui_code_link]: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_app_ui
[very_good_app_ui_docs_link]: https://cli.vgv.dev/docs/templates/app_ui
[very_good_core_workflow_badge]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_core.yaml/badge.svg?branch=main
[very_good_core_workflow_link]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_core.yaml?query=branch%3Amain
[very_good_core_code_link]: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_core
[very_good_core_docs_link]: https://cli.vgv.dev/docs/templates/core
[very_good_dart_cli_workflow_badge]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_dart_cli.yaml/badge.svg?branch=main
[very_good_dart_cli_workflow_link]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_dart_cli.yaml?query=branch%3Amain
[very_good_dart_cli_code_link]: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_dart_cli
[very_good_dart_cli_docs_link]: https://cli.vgv.dev/docs/templates/dart_cli
[very_good_dart_package_workflow_badge]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_dart_package.yaml/badge.svg?branch=main
[very_good_dart_package_workflow_link]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_dart_package.yaml?query=branch%3Amain
[very_good_dart_package_code_link]: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_dart_package
[very_good_dart_package_docs_link]: https://cli.vgv.dev/docs/templates/dart_pkg
[very_good_docs_site_workflow_badge]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_docs_site.yaml/badge.svg?branch=main
[very_good_docs_site_workflow_link]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_docs_site.yaml?query=branch%3Amain
[very_good_docs_site_code_link]: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_docs_site
[very_good_docs_site_docs_link]: https://cli.vgv.dev/docs/templates/docs_site
[very_good_flame_game_workflow_badge]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_flame_game.yaml/badge.svg?branch=main
[very_good_flame_game_workflow_link]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_flame_game.yaml?query=branch%3Amain
[very_good_flame_game_code_link]: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flame_game
[very_good_flame_game_docs_link]: https://cli.vgv.dev/docs/templates/flame_game
[very_good_flutter_package_workflow_badge]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_flutter_package.yaml/badge.svg?branch=main
[very_good_flutter_package_workflow_link]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_flutter_package.yaml?query=branch%3Amain
[very_good_flutter_package_code_link]: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_package
[very_good_flutter_package_docs_link]: https://cli.vgv.dev/docs/templates/flutter_pkg
[very_good_flutter_plugin_workflow_badge]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_flutter_plugin.yaml/badge.svg?branch=main
[very_good_flutter_plugin_workflow_link]: https://github.com/VeryGoodOpenSource/very_good_templates/actions/workflows/very_good_flutter_plugin.yaml?query=branch%3Amain
[very_good_flutter_plugin_code_link]: https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_flutter_plugin
[very_good_flutter_plugin_docs_link]: https://cli.vgv.dev/docs/templates/federated_plugin