Flutter GetX Tutorial for Beginners | Full Course in 3 hours

preview_player
Показать описание
This is a Flutter GetX tutorial series for Beginners. In this series, you will familiar with the most like Flutter Package, we will cover GetX route management, state management, dependency management, internationalization, GetX theme, GetX service, GetX view, GetX widget, GetX connect, GetX pattern and GetX CLI. Please follow up on all of those contents and try to practice it yourself. Hope you enjoy learning GetX with me :)

⏱️ Timestamps
00:00 GetX Route Management
24:15 GetX State Management
51:03 GetX Controller
1:16:50 GetX Dependency Management
1:54:19 GetX Internationalization
2:06:13 GetX Change Theme
2:23:31 GetxService & GetView
2:34:50 GetWidget
2:45:27 GetConnect with Restful API
2:55:26 Get Pattern and Get Command Line Interface (CLI)

Mindmap & Source Code

Udemy Course:

Website Reference:

#flutter #getx
Рекомендации по теме
Комментарии
Автор

finally find a good getx tutorial here, thanks man

imgroot
Автор

In GetX service: there are some code missing

Future<void> incrementCounter() async {
counter.value = _prefs.getInt('counter')! + 1;
_prefs.setInt('counter', counter.value); // missing in the video

}

MdSiam-kwox
Автор

Thanks for the great explanation, at first it was little hard to understand, but I got used to it really fast.
Your explanation helped me a lot :D
Thank you

oiojin
Автор

You're great brother. Thank you for this video.

oluwaseunogunmolu
Автор

Best Getx tutorial bro! had a hard time understanding your accent sometimes but this is GREAT Work!

agoodmansaid
Автор

You are great teacher thank you sir from 🇵🇰♥️♥️

asadrafique
Автор

Please can you make a tutorial on Rest API graphql with flutter and how to connect your app to backend

akobtahbanjong
Автор

Really appreciate and like your videos

poisonels
Автор

Thanks bro for this kind of videos keep it up💫

sakthivels
Автор

please add at 42:00 in the stream movie a note about the controller, you start to explain on it in this time
good job !

mymenora
Автор

Is there any difference there with the current version of getX?

rekaman-vu
Автор

Really great work and effort,
But honestly, sometimes it is hard to understand your explanations
Already written code with a lot of things I don't know where they are coming from is disturbing and confusing for me :/ (particularly on state management and controller)

soubinan
Автор

Awesome work :), can you please sildes and diagram representations?

mrtayyabmughal
Автор

" Awesome work :), can you please silders and diagram representations? " ... how can take this file?, if possible

faizulla
Автор

You start explain in minuts 42 on the controller ( that is connected to the obs, and getX method ) but then you start talking about the get builder... is this a mistake ? what did i miss ?

אמויהסטודיו-בקרה
Автор

Do you have a course for setup to deploy in playstore and appstore ?

ianjhonbaid
Автор

you did not show the code in route stack like when i click on back button isClosed method is not called, do not know what you did in there

reactnativedeveloper
Автор

When are we gonna get fullstack flutter tutorial?

diwassubba
Автор

*Pro-tip: DON'T use GetX*
GetX brands itself as it won't let you care about context, which is not really a good thing.
You need to know how Flutter actually works.
It is difficult to get a real job with GetX as state management solution.
But it can be fine for small and personal projects, especially if you don't put testing into consideration.

Hussam_Habbas
Автор

Getx is best or not in realtime applications

MuhammadAdnan-vscx