A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
1. In this project clean architecture is used.
2. Everything is in features folder.
3. `data` folder contains the data like recommendation.
4. `screens` this folder has all the UI
5. `models` this folder has the model classes e.g. MoodModel