Skip to main content

App UI Package 🎨

This template is for a Flutter app UI package. It provides a shared design system layer for your Flutter application, separating UI components from business logic.

Usage

tip

Use -o or --output-directory to specify a custom output directory for the generated project.

# Create a new App UI package named my_app_ui
very_good create app_ui_package my_app_ui --desc "My new App UI package"

# Create a new App UI package that is publishable
very_good create app_ui_package my_app_ui --desc "My new App UI package" --publishable

# Create a new App UI package named with the name of the current directory
very_good create app_ui_package . --desc "My new App UI package"