Flutter Getx State Management Tutorial | GetBuilder | Obx | Update | Dependency Injection | Routing

Описание к видео Flutter Getx State Management Tutorial | GetBuilder | Obx | Update | Dependency Injection | Routing

You will learn about flutter Getx State Management. We will cover GetBuilder, Obx and Dependency Injection. We will also cover the difference between GetBuilder and Obx. We will also learn how to inject controller. Injecting controllers many different ways. We will also the difference between Getx Get.find() and Get.put and Get.lazyInput.
🔥🔥🔥🔥🔥🔥📚📖📚📖📚📖📚📖📚📖Take the complete E-commece app
https://www.dbestech.com/tutorials/fl...
📚📖📚📖📚📖👆🔼⏫🔥🔥🔥🔥🔥🔥
Flutter food delivery app
https://www.dbestech.com/tutorials/fl...

We will also covering Getx routing and update method

Learn more about getx here with beautiful ui
https://www.dbestech.com/tutorials/fl...

twitter @dbestech

Timestamp
0:0:30 Create a project
0:0:46 Install Getx Package
0:0:50: Introduction to Getx Package
0:02:00 Create my_home_page a staless class
0:02:58 Work on the ui
0:07:48 Done working on the basic UI
0:08:30 Create first getx controller
0:09:24 Create first Getx Int variable
0:12:00 Introduce dependency injection
0:14:50 Call controller method
0:17:20 Introduce GetBuilder
0:20:15 Getx Update() method
0:23:24 Create first_page file
0:26:17 Getx Get.to Routing
0:30:03 Getx Get.back() routing
0:32:02 Introduce Get.find() method
0:35:41 Compare update() and setState()
0:38:53 Null check operator used on null value explain
0:40:05 Create second_page.dart
0:42:17 Navigate to second_page
0:43:24 Create third_page.dart
0:45:20 Use Get.find() on third_page for finding the controller
0:47:44 Different way finding a controller Get.find using arrow
0:49:20 Introducing RxInt and obs in Getx
0:50:10 Work on the obs value
0:54:20 Introducing OBX() in Getx
0:57:07 Sum or Add two values in Getx Controller
0:58:56 Get the sum value in the value using function
0:59:55 Multiple column inside Obx()
1:02:07 Saving the sum or added value in obs value
1:02:29 Create the second controller listController
1:03:10 Create properties or field inside the controller
1:03:15 Created obs list in the Getx Controller
1:04:23 Inject ListController in the third_page
1:05:00 Get the value from another controller and Set or pass the values in the Obs list from the view to the other controller
1:08:00 Introducing a different way of injecting controllers or dependency injection
1:10:08 Initialize all the controllers in a different file
1:11:06 Do the controllers binding in the main function. Do the dependency bindings
1:13:09 Use lGet.azyPut() for controllers injecting
1:14:56 Using binding class to do the bindings of the controllers using intialBinding

Комментарии

Информация по комментариям в разработке