I’ve been using getx as a state management solution for the last few years, and recently I wanted to replace it, and I hesitated among riverpod, Bloc, signals, which one should I use?
I suggest taking the time to read the recent article @escamoteur posted about watch_it.
I highly recommend watch_it as well !
Thanks for the kind words.
The article is Nice introduction to watch_it
Probably nome of them to be honest. Read this: Architecture | Flutter
In the absence of other criteria, whichever one speaks to you and enables you to feel more productive. I recommend taking the time to do a couple of proof of concepts. I’ve previously used Riverpod and Bloc with success.