I'm currently working on a app that allow users to create, edit, delete tasks. also includes notifications and Authentication.I tried GetX but I see that it's not stable and I'm spending much time searching for solutions.I read about BLoC and MobX but I never used them.I want to know what's better to choose at this time Getx, BLoC, MobX or ProviderThank in advance :_) 解决方案 According to me you should use provider. it is provide very clean architecture.Provider separates UI from logic well and does not force the creation of separate states with each user interaction, which means that often you do not have to write a large amount of code to handle a simple case. 这篇关于扑:我应该使用哪个状态管理?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 07-22 13:07