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

Channel:
Subscribers:
135,000
Published on ● Video Link: https://www.youtube.com/watch?v=uki8BS7xEug



Category:
Tutorial
Duration: 1:17:01
27,427 views
746


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 course on Udemey
https://www.udemy.com/course/master-flutter-by-building-a-video-and-voice-call-chat-app/?couponCode=83F83963631D0DB960E4 (it's with a coupon special discount)
πŸ“šπŸ“–πŸ“šπŸ“–πŸ“šπŸ“–πŸ‘†πŸ”Όβ«πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯πŸ”₯
Flutter food delivery app
https://www.dbestech.com/tutorials/flutter-food-delivery-app-e-commerce-for-ios-and-android

We will also covering Getx routing and update method

Learn more about getx here with beautiful ui
https://www.dbestech.com/tutorials/flutter-getx-app-tutorial

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




Other Videos By dbestech


2022-01-12Flutter Display Google Map | Generate API Keys | iOS and Android | Restrict Keys
2022-01-07Post Request With Postman | Bearer Token and Authorization | Sending Headers & Debugging | Json Data
2022-01-04Flutter Getx Nested Controllers and Nested Widgets With GetBuilder | State Management
2022-01-04Bottom Overflow When Keyboard Pops Up | Solved 2 ways | Flutter
2022-01-01Generate Token for Your Mobile App | Restful Api | Laravel 8 Passport | SharedPreference | Flutter
2021-12-31Row and Column Widget inside Scaffold | Learn about the layout
2021-12-27Flutter Getx Controllers Get Deleted | Solved
2021-12-26Flutter Pull to Refresh | RefreshIndicator | Refresh Data on Pull Down
2021-12-25Make Flutter Stack Positioned Scrollable
2021-12-25Flutter TextOverflow Ellipsis | Column & Expanded Widget
2021-12-17Flutter Getx State Management Tutorial | GetBuilder | Obx | Update | Dependency Injection | Routing
2021-12-14Tips for Making Responsive Mobile App or Web App
2021-12-10Flutter Expandable and Collapsible Text Widget | Dynamically Change Widget Size | Advanced
2021-12-09Scrollable Text inside Stack and Column | Positioned Widget
2021-12-07Flutter PageView.builder Advanced Animation | Height Transition and Scaling | Height Problem
2021-12-02Flutter Shadow | Apply Shadow Only One Side
2021-11-27Build Robust Laravel Admin Panel | CRUD | Thumbnail | Text Editor | Export | Filtering Operations
2021-11-21Flutter Vertical TabBar
2021-11-19Flutter Master Class Travel App | Flutter 3.3.3 for Beginners to Advanced | iOS & Android Cubit
2021-11-19Flutter Cubit BLoC State Management Explained
2021-11-18Flutter Bottom Navigation Bar Explained Step by Step



Tags:
flutter getx tutorial
flutter getx state management
flutter getx project
flutter state management
flutter getx getbuilder
flutter getx obx example
difference between getx getbuilder and obx
flutter getx routing
flutter getx dependency injection
flutter getx get.put
flutter getx lazyput