In this tutorial we're going to take a deep dive into Flutter's GetX framework dependency managers ...
Dependency management #
Get has a simple and powerful dependency manager that allows you to retrieve the same class as your Bloc or Controller with just 1 lines of code, no Provider context, no inheritedWidget.
Instead of instantiating your class within the class you are using, you are instantiating it within the Get instance, which will make it available throughout your App. So you can use your controller (or class Bloc) normally ..
_from original src
Chapters :
0:00 intro
1:39 dependency in brief
4:49 overview
5:45 widget tree
7:16 get put dependency
11:46 file structure & Ui wireframe
16:16 get put implementation
27:04 get find dependency
32:50 get find implementation
37:13 get lazyPut dependency
45:49 get lazyPut implementation
1:00:12 thanks for watching
incase if you missed out the previous episodes here's the refernce check it out :
GetX Framework :
• GetX Package Library Framework | Flutter
GetX Simple State Manager :
• GetX Package Library Framework | Flutter
GetX Reactive State Manager :
• Getx/Obx | GetX Reactive State Manage...
GetX Navigation & Routes :
• Navigations & Routes | GetX Routes M...
GetX Navigation without context :
• Navigation Without Context (BottomShe...
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
Audio src :
Artist(S): hi jude x Towerz(The Shallows)
Provided by Lofi Girl
Watch: • hi jude x Towerz - The Shallows 🌊 [lo...
Listen: https://open.spotify.com/album/0bR2Zm...
Artist(S): Purrple Cat(Adventure Island)
Provided by Lofi Girl
Watch: • Purrple Cat - Adventure Island 🌈 [lof...
Listen: https://open.spotify.com/album/5mFrYv...
#flutter
#flutternepal
#getx
#get