Totally agree, this package is simply fantastic. In my two years of flutter dev, I'm at last able to architect my apps in a clean and easy way.
@algoalchemy-dev4 жыл бұрын
Couldn't agree more. Lots of great features
@saabirmohamed6363 жыл бұрын
Yes, This is simply the best package. I use it to scaffold every new app instead of flutter create.... It just too elegant and handles state, routing and much more perfectly, I just don't understand why it's not THEE most popular, I've used Bloc, provider, riverpod, MobX etc and Getx blow them all away. (once you use Getx your state management saga is simply over)
@williamsbobadilla46044 жыл бұрын
for me is a great package! you can separate the view and the controllers in a good way, and it makes easy to scale the app and to understand what the app does!
@algoalchemy-dev4 жыл бұрын
Exactly, fully agree
@dasaintgray2 жыл бұрын
For me, the GetX package is brilliant, I don't bother, those who hate that package, salute to authors and also the contributors to Getx more productive and excellent
@topiaamr4 жыл бұрын
Thank you for sharing!
@algoalchemy-dev4 жыл бұрын
Very welcome :-)
@topiaamr4 жыл бұрын
I'm still watching your 10 hours video about state management. I've watched so many videos and series about State Management, so far, this is the best video ever I've ever seen! So detailed, real-world examples, and you share your personal thoughts and experience, and I really love this. KEEP IT UP 💪❤️
@algoalchemy-dev4 жыл бұрын
@@topiaamr Thanks a lot, I'm glad you like it. And yea, take your time -- it is a massive video.
@karanv2933 жыл бұрын
hey great content!! which state management would you recommend. I started experimenting with getx . but i feel like I'm running into issues with rebuilding widgets with obx. since you've used it for some time, can you share your experience with getx? should I make the switch to another state management?
@gaganyadav95692 жыл бұрын
I would recommend that you learn more about how Obx, GetBuilder etc. works and what is causing those issues. The biggest problem I have with such issues is that there is not much information available on the internet regarding getx (tutorials, videos etc.)
@Fmrkooo3 жыл бұрын
Can you tell me the cons of GetX?
@mohsinikram89212 жыл бұрын
anyone have best source code for Api calling using getX in mvvm architecture?
@SR-zi1pw2 жыл бұрын
It's good for MVC
@muhajir50993 жыл бұрын
Dec 6th 2021 still using GetX
@sanadibh73683 жыл бұрын
September 10th 2021 still using getx
@techzone20093 жыл бұрын
Can you bring getx developer ?? We love to see your conversation ☺️
@TheBadFred4 жыл бұрын
I don't get_it 😉 ... I don't care about drama, publicity stunts and who's state management is the biggest. I just care about, if it does what it should and if it is easy for me to use without mental gymnastics and philosophy.
@algoalchemy-dev4 жыл бұрын
Exactly. A good package is good regardless of whether or not the author spoke a bit too much. Also, this course doesn't get_it. get_it is a different package, which we won't be using ;) ( pub.dev/packages/get_it )
@TheBadFred4 жыл бұрын
@@algoalchemy-dev I was fully aware of_it, when I wrote_it
@guledali89024 жыл бұрын
Can you make more GetX tutorials
@algoalchemy-dev4 жыл бұрын
I can indeed. The next large project we're making is with GetX.
@guledali89024 жыл бұрын
@@algoalchemy-dev can you please make one for Firebase authentication and Firebase storage
@algoalchemy-dev4 жыл бұрын
@@guledali8902 We will. There are quite a few things I want to cover before that, though