99 likes
·
1.2K reads
4 comments
Hi Ayush ;),
thanks for your nice article. I love GetX as well. Its really great.
I spotted a small mistake in the routing paragraph. The explanation of
Get.ofAll
is the explanation of
Get.to
Have a nice day ;)
Hey Cornelius, Thanks for the appreciation and a bigger thanks for pointing out the silly mistake. I have updated the article with the correct definitions. 😁
Have a great day :)
Thanks Ayush Pawar! Would you recommend starting with GetX if I'm new to Flutter? I don't want to learn 100 different state managers at the beginning but I'm sure I will need at least one in my toolbox.
Yeah you can go with GetX. You can also go with Provider. That, i think would be the easiest to understand as a beginner. Then you can jump on other solutions like GetX and Bloc