rx library

Classes

Debouncer
this class is an implementenacion of a debounce functionallity
Rx<T>
Rx class to work with observables
RxNotifier<T>
class to add dynamic updates into a RxBuilder widget
RxReaction
this class allow us to cancel schedules tasks and subscriptions

Extensions

RxBool on bool
creates a bool observable using for example false.obs
RxDouble on double
creates a double observable using for example 0.0.obs
RxExtensions on Rx<T>
RxInt on int
creates an int observable using for example 0.obs
RxString on String
creates a String observable using for example "".obs