When it comes to developing production level Flutter applications, it s important to adopt the best software engineering practices to achieve robustness and stability. One such practice is Managing Data in your Application.
GetX is an extra–light,reactive state management,micro–framework and powerful solution for Flutter.
Why choose GetX state management pattern ?
Single GetX package provide the state management, dependency injection and route management. Common utility provide the GetX like validation, media query, no need to context navigation, change theme, change language, etc.
Less code writing use the GetX pattern. For use controller access the variable or method only single line syntax.
Automatically clear resources.
What you will learn in this Course ?
GetX different way to listen or stream data
GetBuilder (onUpdate()): Less memory, fast as well. GetBuilder is called state. When update data method call onUpdate().
GetX (Stream builder): Reactive approx., continues listing state of variables.
Obx (Stream builder): reactive approx., continues listing data, code reduce.
Dependency injection
Get.lazyput (Not memory allocated): Memory is not allocated instance create but access the method allocated at that time memory.
Get.put(): It covers most of the use cases for dependency management. When we inject a dependency using Get.put.
Specification: Master the GetX State Management in Flutter with GetStorage
|
1 review for Master the GetX State Management in Flutter with GetStorage
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 3.5 hours |
Year | 2021 |
Level | All |
Language | English ... |
Certificate | Yes |
Quizzes | No |
$19.99 $14.99
Rahul Bansal –
Good Course. Love the way he made sure we write each and every code on our own. Please make videos on firebase as well.