I'm new to flutter, I have some questions about bloc and I'm working on small projects to develop skills. Could you help me to know about bloc and improve?
I used bloc on every screen (every API call - GET,POST)
From the backend, I'm only getting machineID to select machines - Here I used bloc (Just for machineID I used bloc, Is it okay or just can I call http.get without bloc.
For many details from the backend I used bloc - I thought, it is good to use bloc here because I'm getting many details.
For one data I used bloc and for many data I used bloc now my project folder is very big because I used state, event for every API call - 30 API