alberto sansegundo
alberto sansegundo

Reputation: 68

Flutter - individual bloc states

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?

Upvotes: 0

Views: 16

Answers (0)

Related Questions