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
āāā ...