Finally, someone who starts from the BEGINNING with GetX. Not like bunch codes already written and then showing what is going on and call it a tutorial! Cheers body. Coming from React and with the experience of re-writting the entire codes because of the state management. Love to see more of these tutorials with GetX :)!
Exactly that's what I was looking for. Watched many youtube and udemy courses but your style of writing code with MVC technique is awesome. Previously I have worked with MVC on Spring now It's making more sense to apply those ideas on Flutter too. Once again thank you.
Really good tutorial! Your explanations are awesome! Please continue with that and show us more projects with that GetX package and smart software architectures. :)
Thank you very much for the tutorial; it was extremely helpful in getting started with GetX. Continue to create tutorials!!! You're doing a fantastic job, Man.
Hi Afzal. I have watched all your videos and I learned a lot. Thank you so much for your time and effort. Please do a video about payment gateway integration with live testing and firebase tutorial.
great tut. Btw better mention if u edit the list item inside GetXController, but not Add / remove, you need a 'refresh()' to notice GetXBuilder to update UI For example: var cartProducts = [].obs; Then i need this when update: cartProducts[findIndex].quantity += 1; cartProducts.refresh();
The getter 'obs' isn't defined for the type 'List'. Try importing the library that defines 'obs', correcting the name to the name of an existing getter, or defining a getter or field named 'obs'.dart(undefined_getter) var products = [].obs;
First of all thank you so much because your content and your sound quality is so much good, and please, please do a video on Getx with API cause there are no much tutorial on that
@11m33 it shows ().obs. Is the () effectively an anonymous function that returns a list of Products? Where is this notation defined in the Dart language?
I have a question .. Will Rx change its dependents when we change the value of the Model Class object lets say we change productmodel.name from "abc" to"someother string"??? IF it doesn't what's the workaround for this?
26:44 how does the cart count start from zero? if we are telling it to observe the list first, and then var total price, how come price counter start from zero and not a sum of all items on the initial list?
This is one of the best developer tutorials I've ever seen.
Damn I can't believe this is for free🔥
Thank you bro...Allah bless❤️
Who told its free...😁 you are paying by liking n commenting 😍🤗
@@CodeXdev haha😂😍
@@CodeXdev Haha
Thank you so much! In just 38 minutes you taught all the principles from GetX that I haven't seen in a lot of videos.
Finally, someone who starts from the BEGINNING with GetX. Not like bunch codes already written and then showing what is going on and call it a tutorial! Cheers body. Coming from React and with the experience of re-writting the entire codes because of the state management. Love to see more of these tutorials with GetX :)!
Nice man!! Thanks to your video i was able to login with Firebase and GetX :D
Glad I could help!
I was lucky enough to stumble across this high-quality video on a sleepless night. Thanks a lot!
we need more tut about getX
thank your for your contribution to the community
Exactly that's what I was looking for. Watched many youtube and udemy courses but your style of writing code with MVC technique is awesome. Previously I have worked with MVC on Spring now It's making more sense to apply those ideas on Flutter too. Once again thank you.
Glad it was helpful!
Janab, This is Must watch tutorial by Beginner to starts flutter developement.Thank you
love the video your channel is one of the best flutter channel on youtube keep up the good work
Really good tutorial! Your explanations are awesome! Please continue with that and show us more projects with that GetX package and smart software architectures. :)
Awesome Buddy, quality video, please do not stop. Very valuable! Thank you!
More to come!
Thank you very much for the tutorial; it was extremely helpful in getting started with GetX. Continue to create tutorials!!! You're doing a fantastic job, Man.
Thank you..this tutorial basically teach me MVC and GetX..easy to understand. I did manage to integrate my own API... keep it up.
Glad it helped!
Thank you so much for this video. you have no idea how simple you made this for me. many thanks
your channel is gold!
Bro really awesome keep going
and keep us up with flutter updates
You are awesome and thank you very much
And the call to prayer is wonderful
This is really very good. So clean, simple and understandable. Greetings from Istanbul.
Best Tutorial! one thing that I like is Azaan at the background. OP
I have seen a lot of videos to learn getX, but your video is the best. You taught very well, I liked your videos very much. keep growing ❤️
Great Video Straight to the Point no time wasting Thanks :)
I love this channel, and I love GetX. Thanks for the amazing content!
thank you soo much for this video. and I love all videos from codeX..
Yeee! Another member in community 🤓👨🏻💻
You're a legend! Thanks for sharing this video!
Best tutuorial for beginner like me.Thank you so much
You're very welcome!
best youtube channel
great tutorial. your discussion is so brief which is so helpful. So Thanks a lot
Your tutorial is one of the best out here. Keep doing great
I appreciate that!
Are you on twitter I'll love to follow you
@afzalali15
Hi Afzal. I have watched all your videos and I learned a lot. Thank you so much for your time and effort. Please do a video about payment gateway integration with live testing and firebase tutorial.
Thank you a lot ! Your tutorials help so many people.
Glad to hear that!
Thank you, I was tried of those counter examples. 🙏🏼
You’re welcome 😊
I wish I was live on the stream. This was very well put, thank you so much 👏🏾
You are so welcome
감사합니다. 정말 큰 도움을 받았습니다. GetX뿐만 아니라 Get를 사용하여 MVC를 구현하는것을 배울 수 있어서 정말 좋았습니다. 당신은 정말 좋은 사람입니다. 고마워.
정말 고맙습니다
Loved this video thanks a lot bro.. for this simple and easy explanation
Glad you liked it
Damn good! I just love it! keep it up.
Please make a video of how we can archive dynamic theming and localization in getX!
Quality content bro...
Wow. The best video on GetX.
Thank you ))
Great! Share the word.. 😍
one of the best tutorial ,thankyou so much brother
Moula Afzal sahab ke ilm mein umr mein barkatein Atafarmaye
please, please do a video on Getx with API cause there are no much tutorial on that
Hi Afzal Bhai, Hope you are doing fine, I like your way to give us such a nice tutorial, your fan from Dubai, UAE.
Thanks and welcome
I got $5,000.00 from Mr henry you can contact him on WhatsApp +15152183707
@@henrysmith9677 Metoo
Precise and short ! Thank you
great tut.
Btw better mention if u edit the list item inside GetXController, but not Add / remove, you need a 'refresh()' to notice GetXBuilder to update UI
For example:
var cartProducts = [].obs;
Then i need this when update:
cartProducts[findIndex].quantity += 1;
cartProducts.refresh();
Super, Quality great explanation.... thank you so much and please continue your great job..... greate lecturer..... highly appreciate you
Super cool tutorial about state management
Glad it was helpful!
Awesome tutorial. Thank you for sharing.
so clear explanation, thank you so much for your effort
Thanks you so much. It's s very useful content.
Best😍 waiting for next..🙋🏼♂️
Coming soon
Very clear explanation of the implementation
Glad it was helpful!
The getter 'obs' isn't defined for the type 'List'.
Try importing the library that defines 'obs', correcting the name to the name of an existing getter, or defining a getter or field named 'obs'.dart(undefined_getter)
var products = [].obs;
import 'package:get/get.dart'; use this as well in the shopping_controller.dart
Best video I have ever seen.
First of all thank you so much because your content and your sound quality is so much good, and please, please do a video on Getx with API cause there are no much tutorial on that
Sure thing!
Thank you , its helpfull for me . please more like this :).
Wow. I love the tutorial, I await the next tutorial on GetX. Please when are you dropping it?
very soon..
Amazing Tutorial. Thanks for good explanation.
Thanks man. I liked the video. Great.
Loved your explanation bro keep it up ❤❤
Thanks ✌️
Thank you for this wonderful tutorial
eloquent explanation here❤...
Amazing bro. Loved your videos
Loved it!
Wow sir .. It's awesome..Thank you for this
More to come.. 😊
It is amazing bro. Keep on tutorials for flutter.
nice and better explained tutorial, good work bro, and also enjoyed azaan calling 🙂
Thank you.. :)
Thanks bro.. you saved me
Great video.
In 14:10 products.value appears deprecated.
what is the correct format nowadays?
Thanks for sharing!
please, do a full course (step by step) on Getx with API cause there are no much tutorial on that
sure thing :)
@11m33 it shows ().obs. Is the () effectively an anonymous function that returns a list of Products? Where is this notation defined in the Dart language?
oooohhhh God.. just what i wanted.. simple dummy-like explanation.. if someone cant understand this GetX explantion.. am sorrryy
Great tutorial!. Thank you
Good jobs😀
thx bro. Nice to hear Athan in background :-)
Great tutorials 😍
Good work Brother. Keep the same spirit 🔥🔥🔥
waiting for the next part of this awesome tutorial
here you go -> ua-cam.com/video/-FAiH638BHo/v-deo.html
Well detailed explanation, thank you 🙏🏿❤️
Awesome tutorial, can you make a tuto like this but for RxDart ?
I have a question .. Will Rx change its dependents when we change the value of the Model Class object lets say we change productmodel.name from "abc" to"someother string"??? IF it doesn't what's the workaround for this?
Great tutorial!
I want to know whether Getx is better or Provider, because I am a beginner and I was going to learn Provider.
Can you please tell me please
I prefer GetX.. its simple, powerful and very easy to implement
@@CodeXdev Thanks a lot😊
Very good sir, thank you for the lessons!
awesome tutorial. thanks for this!
you are super !!!!!!! thanks a lot, please keep on
nice tutorial!!
thanks a lot
Thank you so much, good tutorial
How to listen for data changes from sqflite table ?
Moula Aapke rozi mein rizq mein umr mein Amal mein Aulaad mein barkatein Ata farmaye
Thanks man for this video💯
Please make video on bloc pattern with each folder and the .dart files seperately , use api calling and json modelling etc
thanks for this very useful video :)
very well explained thank you
Please make some video about Getx CLI.
do you have any tutorial using ValueBuilder ?
Not as of now
26:44 how does the cart count start from zero? if we are telling it to observe the list first, and then var total price, how come price counter start from zero and not a sum of all items on the initial list?
Hi Bro can you please make a seriese on database in flutter. how we can store json response from api to local storage
u r just perfect , thank you sir
aweseome. thanks for this video.
How do List products = [ ] with obs??
Because the latest flutter deprecates "List" to the above syntax.
You can use List.from(const []).obs OR you can use simply RxList();
excellent .. Thank you.