State Management using GetBuilder | Flutter GetX Tutorial

preview_player
Показать описание
#Flutter #GetX #FlutterStateManagement

State Management using GetBuilder | Flutter GetX Tutorial

00:00 - Intro
00:40 - What is GetBuilder
01:20 - GetX Controller
02:40 - Demystifying State Management
03:32 - update() method
03:55 - GetBuilder in action
05:16 - Injecting our controller
06:50 - Finding Dependency in GetX
07:50 - init() in GetBuilder

Welcome back to yet another episode on state management using a brand new package that has gained a lot of attention in the last some months and rightly so! GetX.

The Growing Developer website is out now!

GetX is a micro-framework that makes Flutter development very easy. Keeping state management in mind, GetX was made keeping ease in the mind.

We will learn how to manage states using GetBuilder in Getx

Other Parts :

_____________________________________________________________________________________________

Learn Google Sign In Implementation -

Build Amazing Login UI in Flutter with Firebase Auth

Firestore CRUD

Mobile CMS App

Fetch Data from API and parsing

Realtime Database vs Cloud Firestore?

If you like my work , you can support me by donating through PayPal:

Become a Patron -

Don't use PayPal? You can support from the link below 😇

________________________________________________________________________

For more tutorials subscribe to the channel :

COVID-19 Mobile app complete tutorial -

Flutter 21 Days Challenge:

For other videos on Flutter:

Do like and follow 'The Growing Developer' on other social platforms as well. Below are the links -

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

"State is nothing but your values"
That should be read every time someone goes through a lengthy dissertation on "State Management"

Thank you!!!

jrheisler
Автор

For single string it's great, What if we have to access multiple strings from the controller and changes their values in an another page?

amanbafna
Автор

I think
GetBuilder is much easier than provider and other state management systems right? cuz it is using only less boilerplate code and are easy to read

ideologic
Автор

Thank you !!
I want to ask is it rebuilding the whole screen or just the selected widget ? i mean is it like consumer in provider ?

Flutter_Senpai
Автор

A Flutter Firebase Getx todo app with authentication would be great help.

pikapikabooboo