Flutter - individual bloc states - Stack Overflow

时间: 2025-01-06 admin 业界

Im building an application that queries stock data from an api, I use bloc for state management but I dont know how to handle each stock data state, currently I have defined a bloc and it has all the logic to query the api, should I use a bloc instance per item? what other approach can I use?