live_data library

Classes

LiveData<T>
Live Data Structure

Extensions

DetachLiveData on LiveData<P>

Functions

attach<P, C>(LiveData<P> parent, C child, {String? name}) LiveData<C>
detach<P, C>(LiveData<P> parent, C child) LiveData<C>?
eachItemsInListAsLiveData<T>({void then(LiveData<T> item)?}) → void Function(LiveData<List<T>> liveData)
unAttach<P, C>(LiveData<P> parent, C child) bool