lego_cli 0.9.17
SDKflutter
Platformandroidioswindowslinuxmacosweb
lego cli

Lego
A Cli tool for sharing flutter widgets and code snippets.
install & create project
dart pub global activate lego_cli
lego create
- find more information on document
Widget Legos
some widget legos are available to view on widgetbook
Initial Legos
Simple Architecture Lego
simple architecture under lego framework.
Structure
app
├── backend
│ ├── app_storage
│ ├── deeplink
│ ├── fcm
│ ├── firestore
│ ├── sqflite
│ ├── notification
│ └── ...
├── frontend
│ ├── listener
│ │ ├── battery
│ │ ├── connectivity
│ │ ├── location
│ │ └── ...
│ ├── view
│ │ ├── page
│ │ ├── component
│ │ ├── bottom_sheet
│ │ └── ...
│ └── view_model
└── usecase
└── ...