reactable library

Classes

BaseScope
The base class for the scope that contains the main properties.
Reactable<T>
The main implementation of the reactable object.
ReactableList<E>
The main implementation of the reactable list.
ReactableMap<K, V>
The main implementation of the reactable map.
ReactableNotifier
ReactableValueNotifier<T>
Scope
A widget that watches the Reactable and rebuilds when the reactable changes. This widget must contains at least one Reactable in the builder function.
ScopedValue<T>
This widget is useful when you need a temporary Reactable to be used for updating something in the UI. For example show/hide a widget.
ScopedView

Mixins

ReactableBase<T>

Extensions

ListExtension on List<E>
An extension to convert a list to a reactable list.
MapExtension on Map<K, V>
An extension to convert a map to a reactable map.
ObjectExtension on T
An extension to convert an object to a reactable.

Typedefs

Where = bool Function()
A condition that can be used to determine if a Reactable should be updated.