Well done ...you explain very well, and you go slow so people understand....does getx store value locally? or do you use a different package for that ?
@@rajeshdcode hi and congrats for your great v.tutorials on getx! About the storage.. you mean as an alternative to shared preferences? Cause if someone wants to manage and store critical data or large amount of data... I suppose should use Hive or another db option!
Awsome tutorial
🙏 waiting for advanced getx 💥
Very soon!
thank you for this tutorial, please keep up.
Beautiful :) Thank you for this :)
My pleasure 😊
Keep Working ❤️
Sir, please flutter advanced tuotorial hindi
Well done ...you explain very well, and you go slow so people understand....does getx store value locally? or do you use a different package for that ?
Thanks, Getx will automatically handle the storage, no extra package is required.✌️
@@rajeshdcode hi and congrats for your great v.tutorials on getx! About the storage.. you mean as an alternative to shared preferences? Cause if someone wants to manage and store critical data or large amount of data... I suppose should use Hive or another db option!
@@thaliaamargianou7870 Hi, instead of shared_preferences you can use get_storage which very fast as compared to others.