Welcome to my Flutter GetX tutorial series. In this series, you will learn how to use GetX for dependency management in the Flutter. In this video I will cover the GetX instancing methods, GetX bindings etc.
🙊 Subscribe to FullstackSchool - https://bit.ly/3jNdGx5
⏱️ Timestamps
00:00 Introduction
01:40 Project File Tour
04:35 Instancing method Get.put()
08:57 Get.put() with unique ID
11:42 Instancing method Get.lazyPut()
18:43 Instancing method Get.putAsync()
21:17 Instancing method Get.create()
26:48 Alternate Instance Get.replace()
30:06 GetX Bindings
35:32 GetX SmartManagement
Mindmap & Source Code
/ fullstackschool
Website Reference:
GetX: https://pub.dev/packages/get
#flutter #getx