provider_msg library

Classes

Binder<Model>
Cmd<Model>
Msg<Model>
Selector<Model, Part>
Store<Model>
StoreBuilder<Model, Part>
StoreProvider<Model>

Extensions

Bind on Store<Model>
Select on Store<Model>
Send on BuildContext
StoreLocator on BuildContext

Typedefs

CmdFun<Model> = Cmd<Model> Function(Model current)
Effect = void Function()
UpdateFun<Model> = Model Function(Model current)