In this tutorial we're going to peek a look into the GetX package library's Reactive State Manager in flutter .
Chapters :
0:00 intro
0:21 project structure & UI wireframes
2:29 reactive state controller class
4:10 observable
6:05 counter states
8:04 adding dependency
10:52 Obx()
14:19 GetX()
19:47 Conclusion
Those who don't know GetX framework until now :
GetX Framework :
• GetX Package Library Framework | Flutter
GetX Simple State Manager :
• GetX Package Library Framework | Flutter
Reactive State Manager #
Reactive programming can alienate many people because it is said to be complicated. GetX turns reactive programming into something quite simple:
You won't need to create StreamControllers.
You won't need to create a StreamBuilder for each variable
You will not need to create a class for each state.
You will not need to create a get for an initial value.
You will not need to use code generators
Reactive programming with Get is as easy as using setState.
_from official source
enjoy the content !!
Let's keep learning & sharing ...
src : https://github.com/himmat12/getx_flut...
follow me on :
git - https://github.com/himmat12
twitter - / himmatrai15
#flutter
#flutternepal
#getx
#get