Closed George-Spanos closed 2 years ago
Hi @George-Spanos ๐ Thanks so much for opening an issue and for the support! ๐
I have some wip that I need to finish on bloc.js to get it up to speed with the dart version (migrating to the v8 API and including cubit). Iโve been meaning to wrap it up for a while but if itโs something that would be beneficial for you I can try to prioritize it in the coming week.
Iโm more than happy to discuss any improvements/updates and review corresponding pull requests ๐
Since I consider what I want to say more of a personal opinion/suggestions as you mentioned, I will close this issue and transfer this discussion privately. Thanks for your immediate answer!
Hey @felangel ! First of all I wanna say a big thanks for the bloc implementation for Dart. I've been doing some of my apps in flutter lately and man your BloC is amazing to work with.
I am currently working on creating a state machine for machine for another one of my projects and wondered if it makes sense to use BloC for (plain) typescript as well, this is why I stumbled upon this project. It seems though that BloC for typescript is not a thing that has people convinced of it's value yet.
So my questions are:
Again big thanks for this amazing package.