Create Flutter Package
Create new Flutter package inside application or monorepo workspace.xflutter_cli create --template=packageResult:
- xflutter_cli_test_application
- android
- assets
- ios
- lib
- packages
- products
- lib
- src
- .gitkeep
Usage:
Name | Type | Description | Allowed Values | Format |
|---|---|---|---|---|
| name | option | package name | - | snack case |
| architecture | option | specify package architecture | layers, modules |