get_controller_plus library

Classes

ErrorHandler
Interface for GetxControllerPlus that simplifies error handling by delegating caught error-like Objects under most try-catch blocks into:
GetxControllerPlus
An extended version of GetX GetxController
LoadAware
Interface for GetxControllerPlus that manages time-consuming tasks which expects the UI to notify the user that there are one or more ongoing processes running.

Typedefs

ErrorHandlerCallback<T> = FutureOr Function(T)