dart_board_redux library

Classes

BaseAction
DartBoardRedux
DartBoardState
getState() itself generates the State from the object if it doesn't exist. When reducing a feature, this fallback creates the initial state, and ensures getState() never returns null for a registered state.
FeatureAction<T>
FeatureStateBuilder<T>
Widgets
ReduxMiddlewareDecoration
ReduxMiddlewareDecoration({required this.name, required this.middleware})
ReduxStateDecoration<T>
Decorations

Functions

dispatch(dynamic dispatchable) → void
Actions and Dispatching
dispatchFunc<T>(T func(T oldState)) → void
getState<T>({String instanceId = ""}) → T

Typedefs

StateFactory<T> = T Function()