flutter_rxstore library

Classes

StateStreamBuilder<State>
Widget that builds itself based on the latest state from the Store.
StoreProvider<State>
Provides the Store to all child widgets.

Typedefs

AsyncWidgetBuilder<T> = Widget Function(BuildContext context, T state, Dispatch dispatch)
Called whenever the state in the Store changes.
Dispatch = void Function(Action action)
Function that dispatches the action by passing it to the reducer and, optionally, the epic.

Exceptions / Errors

StoreProviderError<T>
Thrown if StoreProvider.of fails.