get_instance/src/lifecycle library
Classes
- GetxService
- Unlike GetxController, which serves to control events on each of its pages, GetxService is not automatically disposed (nor can be removed with Get.delete()). It is ideal for situations where, once started, that service will remain in memory, such as Auth control for example. Only way to remove it is Get.reset().
Mixins
- GetLifeCycleMixin
- The GetLifeCycleMixin
- GetxServiceMixin
- Allow track difference between GetxServices and GetxControllers