flutter_composable_architecture library

Classes

Effect<Action>
IChangeTag
IComposableAction
LogicCompatible<State, Action>
MiddlewareCompatible<State, Action>
StateChangedInfo<State, ChangeEvent>
StateCompatible<T extends StateCompatible<T, C>, C>
Store<State extends StateCompatible<State, ChangeEvent>, Action, ChangeEvent>

Typedefs

StoreDispatcher<Action> = Future<void> Function(Action action)