Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ui_package

A mason brick to create a new UI package containing the design system.

Usage 🚀

mason make ui_package --package_name flutter project --short_name FP

Variables ✨

variable description default type
package_name name of the package ui string
short_name short name of the package ui string

Output 📦

├── flutter_project_ui
│   ├── gallery
│   ├── lib
│   │   └── src
│   │       ├── colors
│   │       ├── icons
│   │       ├── spacing
│   │       ├── theme
│   │       ├── typography
│   │       └── widgets
│   ├── flutter_project_ui.dart
│   ├── .gitignore
│   ├── analysis_options.yaml
│   └── pubspec.yaml
└── ...