- Library used for state management is GetX
- Project architecture - MVC
- Project Structure - UI (Screen) => Controller + Binding => Model => Provider
- Provider is used to fetch the data from api.
- Controller is used for all business logic
- Binding is reponsible for connecting the view with controller
- Model is the data structure.