Flutter GetX | Flutter State Management A Simple Shopping Cart

  Рет қаралды 29,163

dbestech

dbestech

Күн бұрын

You will learn about Flutter GetX State Management using a simple shopping cart. You will build the ui and use getx package to manage our state across the app and learn adding two values.
Flutter getx advantages are that, it's much simple and easy to use route and state management.
In this application, you cad add numbers and remove numbers from the shopping cart. It's more like a e-commerce.
Learn about our Getx Video and Audio chat app
www.dbestech.c...
Learn about our E-commerce Getx app
www.dbestech.c...
Follow me on twitter
/ dbestech
Follow me on facebook
/ dbestech

Пікірлер: 55
@joysrobinson2767
@joysrobinson2767 2 жыл бұрын
Wonderful tutorial! Really simplified simplified concept of state management for me
@dbestech
@dbestech 2 жыл бұрын
Glad it was helpful!
@joysrobinson2767
@joysrobinson2767 2 жыл бұрын
@@dbestech Excited to move beyond plain UI in flutter but I'm seeing a lot of conflict on which is better between GetX and Provider and even Riverpod. Please which would you recommend I start with?
@tintinnwe3331
@tintinnwe3331 11 ай бұрын
Thanks a lot , wonderful explanation
@dbestech
@dbestech 11 ай бұрын
You are welcome
@user-iu7hh3yv5e
@user-iu7hh3yv5e 7 ай бұрын
simple and easy to understand, thanks for making this video possible
@dbestech
@dbestech 7 ай бұрын
Yes, as always
@sritechburner8743
@sritechburner8743 3 жыл бұрын
Highly recommended video for beginners.. ❤️❤️
@dbestech
@dbestech 3 жыл бұрын
Glad you think so!
@dbestech
@dbestech 3 жыл бұрын
I indeed agree with you. I think other state management packages are too difficult for beginners to learn and start coding. With GetX it becomes ridiculously easy. Pls share the video. Thanks a lot.
@andrewflearing
@andrewflearing 2 жыл бұрын
Easy and Fast! ths more examples plz
@westleykooseenlin356
@westleykooseenlin356 3 жыл бұрын
Good one , keep level up !!!
@dbestech
@dbestech 3 жыл бұрын
Thanks for liking
@eduvalley8346
@eduvalley8346 Жыл бұрын
so good
@dbestech
@dbestech Жыл бұрын
Thanks for liking
@Hariharan-nk4wq
@Hariharan-nk4wq 3 жыл бұрын
Osm put more videos on getx
@dbestech
@dbestech 3 жыл бұрын
Sure 😊
@chind0na
@chind0na Жыл бұрын
Below the if zero check you don’t need the else. Just return decrement or increments
@dbestech
@dbestech Жыл бұрын
Thanks
@nawzhinit2744
@nawzhinit2744 Жыл бұрын
Many Thanks .....
@dbestech
@dbestech Жыл бұрын
Most welcome!
@codinglife2856
@codinglife2856 3 жыл бұрын
Great work bro 🔥🔥
@dbestech
@dbestech 3 жыл бұрын
Thanks 🔥
@aadilakberali8165
@aadilakberali8165 2 жыл бұрын
Thank you sir for great explanation and making our life easier. I've one question that which state management tool is prefered to be use in flutter app? I've been working with different state management libraries and found out that getx is the most easiest one but according to my research i found out that bloc/mvc are most used state management tools. Is there any specific reasons or it just depends on our preferences for our app. I would be thankful if you can able to answer my queries.
@dbestech
@dbestech 2 жыл бұрын
YEs. You are right. Getx is the easiest one. but Bloc or mvc are used most becaause they are the oldest one. But it's changing. many apps are being built using Getx.
@aadilakberali8165
@aadilakberali8165 2 жыл бұрын
@@dbestech thanks for your response and the time you spend for us. I've learn a lot from your channel and hope to get more informative content like this in future. God bless you.
@moonnight9474
@moonnight9474 3 жыл бұрын
wow
@dbestech
@dbestech 3 жыл бұрын
Yes. Getting there
@newbee936
@newbee936 Жыл бұрын
what to do in a condition where you don't know the variable names like pens and books How to achieve that functionality, like there could be vegetable or fruit and they have many kinds How to solve that in GetX?
@dbestech
@dbestech Жыл бұрын
you need to read them from api and return the data as json and read the data in list and show on the UI
@newbee936
@newbee936 Жыл бұрын
@@dbestech is there any tutorial available so that I can learn please share ...
@anandmano4375
@anandmano4375 2 жыл бұрын
Great...Thanks
@dbestech
@dbestech 2 жыл бұрын
Most welcome!
@user-ut7ll6fn9x
@user-ut7ll6fn9x 2 жыл бұрын
Thank you very very much 😀
@dbestech
@dbestech 2 жыл бұрын
Most welcome
@khoinguyen6899
@khoinguyen6899 3 жыл бұрын
I love it. Thank you
@dbestech
@dbestech 3 жыл бұрын
Thank you too!
@faisalfotoh1909
@faisalfotoh1909 3 жыл бұрын
Thank you very much, the best lesson I have seen with this library very very very cool But the question remains, how if he presses the return button to the account screen? "Goback", How do I set the values to zero again? or how programe ressetButton?
@dbestech
@dbestech 3 жыл бұрын
You can do it in many different ways. You can reset it to zero with a new button press. Or once you go back to previous set it to zero on the onPress event.
@faisalfotoh1909
@faisalfotoh1909 3 жыл бұрын
@@dbestech ok brother thank you
@dbestech
@dbestech 3 жыл бұрын
@@faisalfotoh1909 You are welcome
@user-ks5rv8wz4w
@user-ks5rv8wz4w 2 жыл бұрын
thank you sir
@dbestech
@dbestech 2 жыл бұрын
Most welcome
@hazemhassan1209
@hazemhassan1209 3 жыл бұрын
love it
@dbestech
@dbestech 3 жыл бұрын
You are most welcome
@mohamedbala1439
@mohamedbala1439 2 жыл бұрын
Thanks 😊 I hope to use the GetX in my project but I don't any experience can I use them !!!?
@dbestech
@dbestech 2 жыл бұрын
Yes you can! Watch tutorial kzbin.info/www/bejne/g2GyqIKPhaueqK8
@yenaythway3101
@yenaythway3101 Жыл бұрын
I think u can do that without controller why do u want to do that with controller for what.Can u explain me?
@dbestech
@dbestech Жыл бұрын
if you don't have controller how do you seperate the business logic from the ui?
@kamalCode
@kamalCode 3 жыл бұрын
Plz flutter provider complete advanced tuotorial
@dbestech
@dbestech 3 жыл бұрын
But next one is going to be flutter getx complete advanced tutorial. Why don't you use getx?
@codinglife2856
@codinglife2856 3 жыл бұрын
Plz make a tutorial of mysql with getx
@dbestech
@dbestech 3 жыл бұрын
yes. we will do with laravel and getx
@codinglife2856
@codinglife2856 3 жыл бұрын
Thanks bro
@dbestech
@dbestech 3 жыл бұрын
@@codinglife2856 Most welcome
GetX State Management tutorial with Flutter 😍
38:13
CodeX
Рет қаралды 135 М.
Nurse's Mission: Bringing Joy to Young Lives #shorts
00:17
Fabiosa Stories
Рет қаралды 16 МЛН
Dad gives best memory keeper
01:00
Justin Flom
Рет қаралды 20 МЛН
KMP vs. Flutter - Who Will Win The Cross-Platform Battle?
16:19
Philipp Lackner
Рет қаралды 46 М.
Flutter Provider EASY Tutorial
9:43
Flutter Mapp
Рет қаралды 50 М.
REST API with GetX | Flutter tutorial | Shopping app
26:43
GetX Powerful Framework in Flutter in Detail (2021)
40:16
Easy Approach
Рет қаралды 88 М.
Why am I switching to Flutter in 2024
7:01
Andrei Lupsa
Рет қаралды 65 М.
Managing State in Flutter - Introducing Flutter
5:39
Flutter
Рет қаралды 96 М.
Nurse's Mission: Bringing Joy to Young Lives #shorts
00:17
Fabiosa Stories
Рет қаралды 16 МЛН