Cubit vs Bloc #14
evmartinelli
started this conversation in
General
Replies: 1 comment
-
I don't think we should use only one type, cubits are usually used for simpler state management scenarios and Blocs are generally used for more complex scenarios where you need to handle multiple events and emit different states based on those events. In my practice I use both. Thank you 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw that in some steps you are using Cubit and in others, Bloc. Should we refactor and use only one? For example, Cubits?
Thanks!
Note: your project is awesome! ⭐️
Beta Was this translation helpful? Give feedback.
All reactions