lifecycle library

Classes

Engine
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

GetxServiceMixin
Allow track difference between GetxServices and GetxControllers
GlobalLifeCycleMixin
The GlobalcontrollerLifeCycle