get_rx/src/rx_types/rx_types
library
Classes
-
Rx<T>
-
Foundation class used for custom
Types outside the common native Dart
types.
For example, any custom "Model" class, like User().obs will use Rx as
wrapper.
-
RxBool
-
-
RxDouble
-
-
RxInt
-
-
RxInterface<T>
-
This class is the foundation for all reactive (Rx) classes that makes Get
so powerful.
This interface is the contract that _RxImpl]
-
RxList<E>
-
Create a list similar to
List<T>
-
RxMad
-
A mad object which just helps to refresh.
-
RxMap<K, V>
-
-
Rxn<T>
-
-
RxnBool
-
-
RxnDouble
-
-
RxnInt
-
-
RxnNum
-
-
RxNotifier<T>
-
-
RxnString
-
Rx class for
String Type.
-
RxNum
-
-
RxSet<E>
-
-
RxString
-
Rx class for
String Type.
Mixins
-
NotifyManager<T>
-
-
RxObjectMixin<T>
-
global object that registers against
GetX and Obx, and allows the
reactivity
of those Widgets and Rx values.