Flutter Bloc Modeling State

Hi all,

Referring to the Flutter Bloc documentation on state modeling (linked below), I’ve decided to use the first approach for modeling the state in the app’s cart feature:

Flutter Bloc State Modeling Documentation

I’d love to hear your thoughts. Which approach do you prefer for state modeling in the large and complex features?

@felangel

Which one of these approaches do you think is best for a large and complex cart bloc?