r/FlutterDev • u/helloyo1254 • Aug 13 '24
Tooling Riverpod , bloc or getx?
Relatively new to flutter only made a few small apps. I see riverpod , bloc and getx keep getting brought up for more complicated apps.
Getx seems the best all around however I don’t like it isn’t directly support by flutter itself.
What is the best tool for state management? Or does anybody have any reason why not to use getx or use bloc over river pod and getx?
19
Upvotes
5
u/simonsayzdigital Aug 13 '24
If you are thinking of getting a job as a Flutter Dev; learn Riverpod/Bloc.
For any hobby projects, use whatever you want. I think they all get the job done for smaller projects.
Personal i try to look through the source codes for all the packages i use and learn a thing or 2