get_rx/src/rx_types/rx_types library
Classes
- 
  Rx<T> 
- 
  Foundation class used for custom Typesoutside the common native Dart types. For example, any custom "Model" class, like User().obs will useRxas 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>
- 
  RxMap<K, V> 
- 
  Rxn<T> 
- RxnBool
- RxnDouble
- RxnInt
- RxnNum
- 
  RxNotifier<T> 
- RxnString
- 
  Rx class for StringType.
- RxNum
- 
  RxSet<E> 
- RxString
- 
  Rx class for StringType.
Mixins
- 
  NotifyManager<T> 
- 
  RxObjectMixin<T> 
- 
  global object that registers against GetXandObx, and allows the reactivity of thoseWidgetsand Rx values.
Extensions
- BoolExtension on bool
- DoubleExtension on double
- IntExtension on int
- 
  ListExtension
  on List<E> 
- 
  MapExtension
  on Map<K, V> 
- 
  RxBoolExt
  on Rx<bool> 
- 
  RxDoubleExt
  on Rx<double> 
- 
  RxIntExt
  on Rx<int> 
- 
  RxnBoolExt
  on Rx<bool?> 
- 
  RxnDoubleExt
  on Rx<double?> 
- 
  RxnIntExt
  on Rx<int?> 
- 
  RxnNumExt
  on Rx<T?> 
- 
  RxnStringExt
  on Rx<String?> 
- 
  RxNumExt
  on Rx<T> 
- 
  RxStringExt
  on Rx<String> 
- RxT on T
- 
  SetExtension
  on Set<E> 
- StringExtension on String