Food delivery app : bloc or Provider which one to use?

2,776

I have used bloc (with rxdart), mobx, provider to varying degrees. First of all, the provider is officially recommended. There is nothing wrong with using it. I have used the provider myself. I recently learned about getx. I looked at the documentation and found that the functions are very rich and not redundant. It can be independent. I think it can be tried and used. If you don’t have a favorite, you can take a look at getx. It will let you Development is more convenient

Share:
2,776
Mahi
Author by

Mahi

Updated on December 25, 2022

Comments

  • Mahi
    Mahi over 1 year

    I am a beginner in Flutter. I want to make a Food delivery app, I have seen many state management types such as Provider, bloc, getx, and redux. Actually, I am so confused, which one to use. I think there are more confused like this. I have read provider is google recommended but still, they use bloc. So I have started learning but I have seen many complex apps uses bloc. So is there anyone please suggest to me, which one I want to use?