A new Flutter project.
Project structure (credit: https://github.com/JCKodel/eva)
📁 lib
├─ 📁 assets
├─ 📁 app
│ ├─ 📁 contracts (interfaces)
│ ├─ 📁 domain
│ │ └─ 📄 some_domain.dart
│ ├─ 📁 entities
│ │ └─ 📄 freezed_entity.dart
│ ├─ 📁 presentation
│ │ ├─ 📁 pages
│ │ │ └─ 📄 home_page_widget.dart
│ │ └─ 📄 your_app.dart
│ ├─ 📁 repositories
│ │ ├─ 📁 data
└── main.dart
- Display (suggested to cook) dishes on the homepage for head chef to assign to kitchen staff.
- Request to add ingredient