support_widgets library

Classes

LoadAwareGetView<T extends GetxControllerPlus>
GetX widget that subscribes to GetxControllerPlus.isLoading value and build widgets by using the builder. A distinct isLoading instance may be accessed by providing a tag name, as the default isLoading implementation is considered to be parent-widget global scoped.
LoadAwareWillPopScope<T extends GetxControllerPlus>
A WillPopScope extension widget under GetX that uses default GetxControllerPlus.onWillPop value for WillPopScope.onWillPop value.